Search results
Results from the WOW.Com Content Network
basename is a standard computer program on Unix and Unix-like operating systems. When basename is given a pathname , it will delete any prefix up to the last slash ( '/' ) character and return the result.
basename: Filesystem Mandatory Return non-directory portion of a pathname; see also dirname Version 7 AT&T UNIX batch: Process management Mandatory Schedule commands to be executed in a batch queue bc: Misc Mandatory Arbitrary-precision arithmetic language Version 6 AT&T UNIX bg: Process management Optional (UP) Run jobs in the background cc/c17
Name Description arch: Prints machine hardware name (same as uname -m) basename: Removes the path prefix from a given pathname chroot: Changes the root directory date: Prints or sets the system date and time dirname: Strips non-directory suffix from file name du: Shows disk usage on file systems echo: Displays a specified line of text env
Format name Operating system Filename extension Explicit processor declarations Arbitrary sections Metadata [a] Digital signature String table Symbol table 64-bit Fat binaries Can contain icon; ELF: Unix-like, OpenVMS, BeOS from R4 onwards, Haiku, SerenityOS: none Yes by file Yes Yes Extension [1] Yes Yes [2] Yes Extension [3] Extension [4] PE
Auto-completion of file names and variables as well as programmable completion at the command line; Alias argument selectors; the ability to define an alias to take arguments supplied to it and apply them to the commands that it refers to. Tcsh is the only shell that provides this feature (in lieu of functions).
Most Unix tools which are often used to manipulate filenames (for example sed, basename, sort, etc.) are text processing tools. However, Unix path names are not really text. Consider a path name /aaa/bbb/ccc. The /aaa directory and its bbb subdirectory can in general be created by different users with different environments.
Get AOL Mail for FREE! Manage your email like never before with travel, photo & document views. Personalize your inbox with themes & tabs. You've Got Mail!
Loadable kernel modules in Linux are loaded (and unloaded) by the modprobe command. They are located in /lib/modules or /usr/lib/modules and have had the extension .ko ("kernel object") since version 2.6 (previous versions used the .o extension). [5] The lsmod command lists the loaded kernel modules.