• 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...
    3 KB (321 words) - 16:29, 3 September 2024
  • 8.3 filename (redirect from BASENAME.EXT)
    stripped LFN is instead truncated to the first 2 letters of the basename (or 1 if the basename has only 1 letter), followed by 4 hexadecimal digits derived...
    18 KB (2,049 words) - 00:58, 24 July 2024
  • Thumbnail for Fish (Unix shell)
    (basename $i .jpg).png end # fish supports multi-line history and editing. # Semicolons work like newlines: > for i in *.jpg; convert $i (basename $i...
    15 KB (1,091 words) - 17:42, 3 September 2024
  • or a little bit more of code: $ perl -ple 'BEGIN{use File::Basename;$/=undef;$sn=basename($ARGV[0]);} $_= "begin 600 $sn\n".(pack "u", $_)."`\nend" if...
    16 KB (1,499 words) - 21:47, 12 May 2024
  • which can be interpreted as the name of the resource, similar to the basename in a filename or the title of a page. The name is based on the use of the...
    8 KB (948 words) - 11:18, 5 October 2024
  • can disable 8.3 filename creation on a drive-by-drive basis.) Filename basename Device file dirname Distributed file system (DFS) Filesystem Hierarchy...
    26 KB (2,240 words) - 23:42, 10 October 2024
  • case "$arg" in ... h) printf 'Usage: %s parameter1 parameter2 ...\n' "$(basename "$0")" exit 0 ;; ... esac A usage statement is not an error message, and...
    3 KB (446 words) - 15:27, 9 September 2024
  • break down object names into the following elements: [prefix(es)][tag]BaseName[Suffix/Qualifier] The tags are lower case and the object name is camel...
    8 KB (480 words) - 14:09, 21 October 2020
  • Thumbnail for List of POSIX commands
    Mandatory Pattern scanning and processing language Version 7 AT&T UNIX basename Filesystem Mandatory Return non-directory portion of a pathname; see also...
    22 KB (173 words) - 14:59, 20 August 2024
  • 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...
    14 KB (1,703 words) - 18:08, 5 September 2024