`+&2234G05x6p37!78w9:5;< =T=G=8=>v>#?<@2@cBzkCC DBEp F~FQG|fHHAIJJKE|LLOM6NNOPwQ'RyS~SF8T6TUTBWZX>Y1[:[:-]Rh^r_5.bdb!bbb)ceI'fqgIhK$Ϊ,$D/dȫ';UkϬ',)V%t- ȭ&):Mf"" ڮ 1'H.pܯ"B+b*ٰ ۰;Pf~ )K8<u:,Jgp2:I1n %1.Hw|7@ FSXoja eo(vhw*7SVJ;% )3T] 8u@1-*Lw3b;A&L`J& '0 L)m0Y}T',Tt &#CTbg.x?+_Y=*#N l"! '`| A$*$ O)\ 211 c o z !*& G"g##=,a0,#+ Abx$'< Vw"+>Ueu(.2 Ef03 5=%s* 'BScw8&!"DXv.&;To% ?1Hb  /#5*Y'$#%:Z_x.D4R o|=:LjC};&.Ul~#  7Ul  3I^y( B% 6 DQj$!"#.'7VT=C1u ( -MP h s ~ 7H'Ow /  Nf>W@<&9#Mqw 3 !8HR~I&d6027&^t XMc==:-5h,*   ~5]@nMe  p   \ NLHqWv-3HHg9(NE)E< *!"#$j%~U&&H'=')*Z,Y-@/,0*.1Y2p3?596!W6y6 6f7l9u:;<=>q?\@A.BCDpGEZFTG]hGHzIPJKhMmNqOPgQR,S3T`USWiXY eZVp[\Id^^'_p`"&bIcdeghi~jOk l)m$oBpf3rr_,s*s1tuOvx&5x \xjx[nyzi|%~.   7 A M [i !Ƃ! 4I\yI7+Gb>~. 9 !G%i"х6";^zц+C+X),͇!*,Gt#1 + 7EZ;n06ۉ$1$V'{F0)8E~ U 1 EO4TQ; Fw.i-!-O+}| &(2R[$Lڛ'07J17̝ҝ *xy`Fڡ!![إ42@&$(KUt ʩԩ;O@//p,ͬyI TX.BqI_ٯ$9^$|/Ѱ(9JRW3?$˳"!D_&}"ݴSkO-@n\*W@=+ֹ""B"e!%lк= ;׽޽% 73 k,w    Ⱦ Ծ 8'9`   ÿ п ݿ *" <B]8%+&+&R"y!*0.9I=90",O&m"%&'",J6w"014-Q$6+:B]z#?"=<Az#/$"5)X?AG3L:'(  %%Fl!'L&[3,"$ +5L%(.!6$X}, #EB&  )$J o"y+11'E(m,'%3O>k&_$1!Vx$%WHP6MT10  @*]# $1*V!*$=U(o$+8"4IVO 4'&\$/2B Nb^gY) (+$ 9E   0OCl1  )75F|dYzM9GB):+Lx ?'E\QvNZ2KH(:q<tr fJZNEJ:34"2 zSJus8FH>7kK"k?@;{&g"N,YZp3&MWR7M5YlmQ!P)@*]qHHE(^[X8\QW0T'q!yPUdDBI-%|w}K:3v4y*<o=/U)_.$K/IC +eN >nV< 1V0Wo9jEP A,)w=dr1O 7 \EN%O+j ^e=2## B98 -;vnFp_3[%YC~X.ZbA S$u]x:TOrL_4J'zG6L9i~ht<c$,1`0xL{}^s?QM B X?5 c@DbS;i56&RV2IU\#: aA![`]>`JG".RC|TG a-( m/Z(f'*DF6+ f4hlgt ( EXPRESSION ) EXPRESSION is true ! EXPRESSION EXPRESSION is false EXPRESSION1 -a EXPRESSION2 both EXPRESSION1 and EXPRESSION2 are true EXPRESSION1 -o EXPRESSION2 either EXPRESSION1 or EXPRESSION2 is true -a, --all same as -b -d --login -p -r -t -T -u -b, --boot time of last system boot -d, --dead print dead processes -H, --heading print line of column headings -b FILE FILE exists and is block special -c FILE FILE exists and is character special -d FILE FILE exists and is a directory -e FILE FILE exists -l produce long format output for the specified USERs -b omit the user's home directory and shell in long format -h omit the user's project file in long format -p omit the user's plan file in long format -s do short format output, this is the default ARG1 * ARG2 arithmetic product of ARG1 and ARG2 ARG1 / ARG2 arithmetic quotient of ARG1 divided by ARG2 ARG1 % ARG2 arithmetic remainder of ARG1 divided by ARG2 ARG1 + ARG2 arithmetic sum of ARG1 and ARG2 ARG1 - ARG2 arithmetic difference of ARG1 and ARG2 ARG1 < ARG2 ARG1 is less than ARG2 ARG1 <= ARG2 ARG1 is less than or equal to ARG2 ARG1 = ARG2 ARG1 is equal to ARG2 ARG1 != ARG2 ARG1 is unequal to ARG2 ARG1 >= ARG2 ARG1 is greater than or equal to ARG2 ARG1 > ARG2 ARG1 is greater than ARG2 FILE1 -ef FILE2 FILE1 and FILE2 have the same device and inode numbers FILE1 -nt FILE2 FILE1 is newer (modification date) than FILE2 FILE1 -ot FILE2 FILE1 is older than FILE2 INTEGER1 -eq INTEGER2 INTEGER1 is equal to INTEGER2 INTEGER1 -ge INTEGER2 INTEGER1 is greater than or equal to INTEGER2 INTEGER1 -gt INTEGER2 INTEGER1 is greater than INTEGER2 INTEGER1 -le INTEGER2 INTEGER1 is less than or equal to INTEGER2 INTEGER1 -lt INTEGER2 INTEGER1 is less than INTEGER2 INTEGER1 -ne INTEGER2 INTEGER1 is not equal to INTEGER2 Print the prime factors of all specified integer NUMBERs. If no arguments are specified on the command line, they are read from standard input. STRING : REGEXP anchored pattern match of REGEXP in STRING match STRING REGEXP same as STRING : REGEXP substr STRING POS LENGTH substring of STRING, POS counted from 1 index STRING CHARS index in STRING where any CHARS is found, or 0 length STRING length of STRING [-n] STRING the length of STRING is nonzero -z STRING the length of STRING is zero STRING1 = STRING2 the strings are equal STRING1 != STRING2 the strings are not equal # users=%u A lightweight `finger' program; print user information. The utmp file will be %s. A mere - implies -i. If no COMMAND, print the resulting environment. A mere - implies -l. If USER not given, assume root. As a special case, cp makes a backup of SOURCE when the force and backup options are given and SOURCE and DEST are the same name for an existing, regular file. Beware that many operators need to be escaped or quoted for shells. Comparisons are arithmetic if both ARGs are numbers, else lexicographical. Pattern matches return the string matched between \( and \) or null; if \( and \) are not used, they return the number of characters matched or 0. Beware that parentheses need to be escaped (e.g., by backslashes) for shells. INTEGER may also be -l STRING, which evaluates to the length of STRING. By default, color is not used to distinguish types of files. That is equivalent to using --color=none. Using the --color option without the optional WHEN argument is equivalent to using --color=always. With --color=auto, color codes are output only if standard output is connected to a terminal (tty). By default, sparse SOURCE files are detected by a crude heuristic and the corresponding DEST file is made sparse as well. That is the behavior selected by --sparse=auto. Specify --sparse=always to create a sparse DEST file whenever the SOURCE file contains a long enough sequence of zero bytes. Use --sparse=never to inhibit creation of sparse files. Combination settings: * [-]LCASE same as [-]lcase cbreak same as -icanon -cbreak same as icanon Control settings: [-]clocal disable modem control signals [-]cread allow input to be received * [-]crtscts enable RTS/CTS handshaking csN set character size to N bits, N in [5..8] Delete FILE(s) if --remove (-u) is specified. The default is not to remove the files because it is common to operate on device files like /dev/hda, and those files usually should not be removed. When operating on regular files, most people use the --remove option. EXPRESSION is true or false and sets exit status. It is one of: Each MODE is one or more of the letters ugoa, one of the symbols +-= and one or more of the letters rwxXstugo. FORMAT controls the output. The only valid option for the second form specifies Coordinated Universal Time. Interpreted sequences are: %% a literal % %a locale's abbreviated weekday name (Sun..Sat) Handle the tty line connected to standard input. Without arguments, prints baud rate, line discipline, and deviations from stty sane. In settings, CHAR is taken literally, or coded as in ^c, 0x37, 0177 or 127; special values ^- or undef used to disable special characters. If FILE is not specified, use %s. %s as FILE is common. If ARG1 ARG2 given, -m presumed: `am i' or `mom likes' are usual. If FILE is specified, read it to determine which colors to use for which file types and extensions. Otherwise, a precompiled database is used. For details on the format of these files, run `dircolors --print-database'. If no command is given, run ``${SHELL} -i'' (default: /bin/sh). Input settings: [-]brkint breaks cause an interrupt signal [-]icrnl translate carriage return to newline [-]ignbrk ignore break characters [-]igncr ignore carriage return Local settings: [-]crterase echo erase characters as backspace-space-backspace * crtkill kill all line by obeying the echoprt and echoe settings * -crtkill kill all line by obeying the echoctl and echok settings Note that if you use rm to remove a file, it is usually possible to recover the contents of that file. If you want more assurance that the contents are truly unrecoverable, consider using shred. Note that the -d and -t options accept different time-date formats. Optional - before SETTING indicates negation. An * marks non-POSIX settings. The underlying system defines which settings are available. Output settings: * bsN backspace delay style, N in [0..1] * crN carriage return delay style, N in [0..3] * ffN form feed delay style, N in [0..1] * nlN newline delay style, N in [0..1] Owner is unchanged if missing. Group is unchanged if missing, but changed to login group if implied by a `:'. OWNER and GROUP may be numeric as well as symbolic. Print the value of EXPRESSION to standard output. A blank line below separates increasing precedence groups. EXPRESSION may be: ARG1 | ARG2 ARG1 if it is neither null nor 0, otherwise ARG2 ARG1 & ARG2 ARG1 if neither argument is null or 0, otherwise 0 SIGNAL may be a signal name like `HUP', or a signal number like `1', or an exit status of a process terminated by a signal. PID is an integer; if negative it identifies a process group. Special characters: * dsusp CHAR CHAR will send a terminal stop signal once input flushed eof CHAR CHAR will send an end of file (terminate the input) eol CHAR CHAR will end the line Special settings: N set the input and output speeds to N bauds * cols N tell the kernel that the terminal has N columns * columns N same as cols N The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX. The version control method may be selected via the --backup option or through the VERSION_CONTROL environment variable. Here are the values: To remove a file whose name starts with a `-', for example `-foo', use one of these commands: %s -- -foo %s ./-foo Without -E, the following sequences are recognized and interpolated: \NNN the character whose ASCII code is NNN (octal) \\ backslash \a alert (BEL) \b backspace Without any OPTION, print some useful set of identified information. --backup[=CONTROL] make a backup of each existing destination file -b like --backup but does not accept an argument -c (ignored) -d, --directory treat all arguments as directory names; create all components of the specified directories --block-size=SIZE use SIZE-byte blocks -B, --ignore-backups do not list implied entries ending with ~ -c with -lt: sort by, and show, ctime (time of last modification of file status information) with -l: show ctime and sort by name otherwise: sort by ctime --from=CURRENT_OWNER:CURRENT_GROUP change the owner and/or group of each file only if its current owner and/or group match those specified here. Either may be omitted, in which case a match is not required for the omitted attribute. --indicator-style=WORD append indicator with style WORD to entry names: none (default), classify (-F), file-type (-p) -i, --inode print index number of each file -I, --ignore=PATTERN do not list implied entries matching shell PATTERN -k like --block-size=1K --no-dereference never follow symbolic links -f, --force if an existing destination file cannot be opened, remove it and try again -i, --interactive prompt before overwrite -H follow command-line symbolic links --no-preserve=ATTR_LIST don't preserve the specified attributes --parents append source path to DIRECTORY -P same as `--no-dereference' --reply={yes,no,query} specify how to handle the prompt about an existing destination file --sparse=WHEN control creation of sparse files --strip-trailing-slashes remove any trailing slashes from each SOURCE argument --reply={yes,no,query} specify how to handle the prompt about an existing destination file --strip-trailing-slashes remove any trailing slashes from each SOURCE argument -S, --suffix=SUFFIX override the usual backup suffix --target-directory=DIRECTORY move all SOURCE arguments into DIRECTORY -u, --update move only when the SOURCE file is newer than the destination file or when the destination file is missing -v, --verbose explain what is being done --time-style=STYLE show times using style STYLE: full-iso, long-iso, iso, locale, +FORMAT FORMAT is interpreted like `date'; if FORMAT is FORMAT1FORMAT2, FORMAT1 applies to non-recent files and FORMAT2 to recent files; if STYLE is prefixed with `posix-', STYLE takes effect only outside the POSIX locale -t sort by modification time -T, --tabsize=COLS assume tab stops at each COLS instead of 8 --version output version information and exit Size Used Avail Use%% Inodes IUsed IFree IUse%% Size Used Avail Use%% -evenp same as -parenb cs8 * [-]lcase same as xcase iuclc olcuc litout same as -parenb -istrip -opost cs8 -litout same as parenb istrip opost cs7 nl same as -icrnl -onlcr -nl same as icrnl -inlcr -igncr onlcr -ocrnl -onlret [-]cstopb use two stop bits per character (one with `-') [-]hup send a hangup signal when the last process closes the tty [-]hupcl same as [-]hup [-]parenb generate parity bit in output and expect parity bit in input [-]parodd set odd parity (even with `-') [-]ignpar ignore characters with parity errors * [-]imaxbel beep and do not flush a full input buffer on a character [-]inlcr translate newline to carriage return [-]inpck enable input parity checking [-]istrip clear high (8th) bit of input characters [-]isig enable interrupt, quit, and suspend special characters [-]noflsh disable flushing after interrupt and quit special characters * [-]prterase same as [-]echoprt * [-]tostop stop background jobs that try to write to the terminal * [-]xcase with icanon, escape with `\' for uppercase characters cooked same as brkint ignpar istrip icrnl ixon opost isig icanon, eof and eol characters to their default values -cooked same as raw crt same as echoe echoctl echoke dec same as echoe echoctl echoke -ixany intr ^c erase 0177 kill ^u * [-]decctlq same as [-]ixany ek erase and kill characters to their default values evenp same as parenb -parodd cs7 ispeed N set the input speed to N * line N use line discipline N min N with -icanon, set N characters minimum for a completed read ospeed N set the output speed to N oddp same as parenb parodd cs7 -oddp same as -parenb cs8 [-]parity same as [-]evenp pass8 same as -parenb -istrip cs8 -pass8 same as parenb istrip cs7 raw same as -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl -ixon -ixoff -iuclc -ixany -imaxbel -opost -isig -icanon -xcase min 1 time 0 -raw same as cooked sane same as cread -ignbrk brkint -inlcr -igncr icrnl -ixoff -iuclc -ixany imaxbel opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke, all special characters to their default values. stop CHAR CHAR will stop the output susp CHAR CHAR will send a terminal stop signal * swtch CHAR CHAR will switch to a different shell layer * werase CHAR CHAR will erase the last word typed %A locale's full weekday name, variable length (Sunday..Saturday) %b locale's abbreviated month name (Jan..Dec) %B locale's full month name, variable length (January..December) %c locale's date and time (Sat Nov 04 12:02:33 EST 1989) %C century (year divided by 100 and truncated to an integer) [00-99] %d day of month (01..31) %D date (mm/dd/yy) %e day of month, blank padded ( 1..31) %F same as %Y-%m-%d %g the 2-digit year corresponding to the %V week number %G the 4-digit year corresponding to the %V week number %U week number of year with Sunday as first day of week (00..53) %V week number of year with Monday as first day of week (01..53) %w day of week (0..6); 0 represents Sunday %W week number of year with Monday as first day of week (00..53) %h same as %b %H hour (00..23) %I hour (01..12) %j day of year (001..366) %k hour ( 0..23) %l hour ( 1..12) %m month (01..12) %M minute (00..59) %n a newline %N nanoseconds (000000000..999999999) %p locale's upper case AM or PM indicator (blank in many locales) %P locale's lower case am or pm indicator (blank in many locales) %r time, 12-hour (hh:mm:ss [AP]M) %R time, 24-hour (hh:mm) %s seconds since `00:00:00 1970-01-01 UTC' (a GNU extension) %x locale's date representation (mm/dd/yy) %X locale's time representation (%H:%M:%S) %y last two digits of year (00..99) %Y year (1970...) + TOKEN interpret TOKEN as a string, even if it is a keyword like `match' or an operator like `/' ( EXPRESSION ) value of EXPRESSION -D create all leading components of DEST except the last, then copy SOURCE to DEST; useful in the 1st format -g, --group=GROUP set group ownership, instead of process' current group -m, --mode=MODE set permission mode (as in chmod), instead of rwxr-xr-x -o, --owner=OWNER set ownership (super-user only) -L FILE FILE exists and is a symbolic link (same as -h) -O FILE FILE exists and is owned by the effective user ID -p FILE FILE exists and is a named pipe -r FILE FILE exists and is readable -s FILE FILE exists and has a size greater than zero -P, --portability use the POSIX output format --sync invoke sync before getting usage info -t, --type=TYPE limit listing to filesystems of type TYPE -T, --print-type print filesystem type -x, --exclude-type=TYPE limit listing to filesystems not of type TYPE -v (ignored) -R, -r, --recursive copy directories recursively --remove-destination remove each existing destination file before attempting to open it (contrast with --force) -S FILE FILE exists and is a socket -t [FD] file descriptor FD (stdout by default) is opened on a terminal -u FILE FILE exists and its set-user-ID bit is set -w FILE FILE exists and is writable -x FILE FILE exists and is executable -S, --suffix=SUFFIX override the usual backup suffix --target-directory=DIRECTORY specify the DIRECTORY in which to create the links -v, --verbose print name of each file before linking -T, -w, --mesg add user's message status as +, - or ? -u, --users list users logged in --message same as -T --writable same as -T -a, --all do not hide entries starting with . -A, --almost-all do not list implied . and .. --author print the author of each file -b, --escape print octal escapes for nongraphic characters -a, --all include filesystems having 0 blocks -B, --block-size=SIZE use SIZE-byte blocks -h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G) -H, --si likewise, but use powers of 1000 not 1024 -a, --archive same as -dpR --backup[=CONTROL] make a backup of each existing destination file -b like --backup but does not accept an argument --copy-contents copy contents of special files when recursive -d same as --no-dereference --preserve=link -f do not sort, enable -aU, disable -lst -F, --classify append indicator (one of */=@|) to entries --format=WORD across -x, commas -m, horizontal -x, long -l, single-column -1, verbose -l, vertical -C --full-time like -l --time-style=full-iso -f omit the line of column headings in short format -w omit the user's full name in short format -i omit the user's full name and remote host in short format -q omit the user's full name, remote host and idle time in short format -f FILE FILE exists and is a regular file -g FILE FILE exists and is set-group-ID -h FILE FILE exists and is a symbolic link (same as -L) -G FILE FILE exists and is owned by the effective group ID -k FILE FILE exists and has its sticky bit set -f, --force change permissions to allow writing if necessary -n, --iterations=N Overwrite N times instead of the default (%d) -s, --size=N shred this many bytes (suffixes like K, M, G accepted) -i, --inodes list inode information instead of block usage -k like --block-size=1K -l, --local limit listing to local filesystems --no-sync do not invoke sync before getting usage info (default) -l use a long listing format -L, --dereference when showing file information for a symbolic link, show information for the file the link references rather than for the link itself -m fill width with a comma separated list of entries -l, --link link files instead of copying -L, --dereference always follow symbolic links -p same as --preserve=mode,ownership,timestamps --preserve[=ATTR_LIST] preserve the specified attributes (default: mode,ownership,timestamps), if possible additional attributes: links, all -m, --mode=MODE set permission mode (as in chmod), not a=rw - umask -m, --mode=MODE set permission mode (as in chmod), not rwxrwxrwx - umask -p, --parents no error if existing, make parent directories as needed -v, --verbose print a message for each created directory -n, --no-dereference treat destination that is a symlink to a directory as if it were a normal file -i, --interactive prompt whether to remove destinations -s, --symbolic make symbolic links instead of hard links -n, --numeric-uid-gid like -l, but list numeric UIDs and GIDs -N, --literal print raw entry names (don't treat e.g. control characters specially) -o like -l, but do not list group information -p, --file-type append indicator (one of /=@|) to entries -p, --parents remove DIRECTORY, then try to remove each directory component of that path name. E.g., `rmdir -p a/b/c' is similar to `rmdir a/b/c a/b a'. -v, --verbose output a diagnostic for every directory processed -p, --preserve-timestamps apply access/modification times of SOURCE files to corresponding destination files -s, --strip strip symbol tables, only for 1st and 2nd formats -S, --suffix=SUFFIX override the usual backup suffix -v, --verbose print the name of each directory as it is created -q, --count all login names and number of users logged on -r, --runlevel print current runlevel -s, --short print only name, line, and time (default) -t, --time print last system clock change -q, --hide-control-chars print ? instead of non graphic characters --show-control-chars show non graphic characters as-is (default unless program is `ls' and output is a terminal) -Q, --quote-name enclose entry names in double quotes --quoting-style=WORD use quoting style WORD for entry names: literal, locale, shell, shell-always, c, escape -r, --reference=FILE use this file's times instead of current time -t STAMP use [[CC]YY]MMDDhhmm[.ss] instead of current time --time=WORD set time given by WORD: access atime use (same as -a) modify mtime (same as -m) -r, --reverse reverse order while sorting -R, --recursive list subdirectories recursively -s, --size print size of each file, in blocks -s, --signal=SIGNAL, -SIGNAL specify the name or number of the signal to be sent -l, --list list signal names, or convert signal names to/from numbers -t, --table print a table of signal information -s, --symbolic-link make symbolic links instead of copying -S, --suffix=SUFFIX override the usual backup suffix --target-directory=DIRECTORY move all SOURCE arguments into DIRECTORY -u with -lt: sort by, and show, access time with -l: show access time and sort by name otherwise: sort by access time -U do not sort; list entries in directory order -v sort by version -u, --update copy only when the SOURCE file is newer than the destination file or when the destination file is missing -v, --verbose explain what is being done -x, --one-file-system stay on this file system -v, --kernel-version print the kernel version -m, --machine print the machine hardware name -p, --processor print the processor type -i, --hardware-platform print the hardware platform -o, --operating-system print the operating system -w, --width=COLS assume screen width instead of current value -x list entries by lines instead of by columns -X sort alphabetically by entry extension -1 list one file per line -x, --one-file-system skip directories on different filesystems -X FILE, --exclude-from=FILE Exclude files that match any pattern in FILE. --exclude=PATTERN Exclude files that match PATTERN. --max-depth=N print the total for a directory (or file, with --all) only if it is N or fewer levels below the command line argument; --max-depth=0 is the same as --summarize \a alert (BEL) \b backspace \c produce no further output \f form feed \c suppress trailing newline \f form feed \n new line \r carriage return \t horizontal tab \v vertical tab \n new line \r carriage return \t horizontal tab \v vertical tab ascii from EBCDIC to ASCII ebcdic from ASCII to EBCDIC ibm from ASCII to alternated EBCDIC block pad newline-terminated records with spaces to cbs-size unblock replace trailing spaces in cbs-size records with newline lcase change upper case to lower case if=FILE read from FILE instead of stdin obs=BYTES write BYTES bytes at a time of=FILE write to FILE instead of stdout seek=BLOCKS skip BLOCKS obs-sized blocks at start of output skip=BLOCKS skip BLOCKS ibs-sized blocks at start of input none, off never make backups (even if --backup is given) numbered, t make numbered backups existing, nil numbered if numbered backups exist, simple otherwise simple, never always make simple backups notrunc do not truncate the output file ucase change lower case to upper case swab swap every pair of input bytes noerror continue after read errors sync pad every input block with NULs to ibs-size; when used with block or unblock, pad with spaces rather than NULs %2d:%02d%s up %4s-blocks Used Available Use%% (backup: %s) * [-]ctlecho echo control characters in hat notation (`^c') [-]echo echo input characters * [-]echoctl same as [-]ctlecho [-]echoe same as [-]crterase [-]echok echo a newline after a kill character * [-]echoke same as [-]crtkill [-]echonl echo newline even if not echoing other characters * [-]echoprt echo erased characters backward, between `\' and '/' [-]icanon enable erase, kill, werase, and rprnt special characters [-]iexten enable non-POSIX special characters * [-]iuclc translate uppercase characters to lowercase * [-]ixany let any character restart output, not only start character [-]ixoff enable sending of start/stop characters [-]ixon enable XON/XOFF flow control [-]parmrk mark parity errors (with a 255-0-character sequence) [-]tandem same as [-]ixoff * [-]ocrnl translate carriage return to newline * [-]ofdel use delete characters for fill instead of null characters * [-]ofill use fill (padding) characters instead of timing for delays * [-]olcuc translate lowercase characters to uppercase * [-]onlcr translate newline to carriage return-newline * [-]onlret newline performs a carriage return * [-]onocr do not print carriage returns in the first column [-]opost postprocess output * tabN horizontal tab delay style, N in [0..3] * tabs same as tab0 * -tabs same as tab3 * vtN vertical tab delay style, N in [0..1] * eol2 CHAR alternate CHAR for ending the line erase CHAR CHAR will erase the last character typed intr CHAR CHAR will send an interrupt signal kill CHAR CHAR will erase the current line * lnext CHAR CHAR will enter the next character quoted quit CHAR CHAR will send a quit signal * rprnt CHAR CHAR will redraw the current line start CHAR CHAR will restart the output after stopping it * rows N tell the kernel that the terminal has N rows * size print the number of rows and columns according to the kernel speed print the terminal speed time N with -icanon, set read timeout of N tenths of a second Mounted on groups= old %%%c: invalid directive%b %e %Y%b %e %H:%M%d day%d days%d user%d users%s -> %s (unbackup) %s and %s are the same file%s changed dev/ino%s exists but is not a directory%s has unknown file type%s is a directory%s+%s records in %s+%s records out %s: File exists%s: No such user%s: binary operator expected %s: can make relative symbolic links only in current directory%s: cannot find username for UID %u %s: cannot overwrite directory%s: cannot remove%s: cannot rewind%s: cannot shred append-only file descriptor%s: couldn't reset non-blocking mode%s: descend into directory %s? %s: descend into write-protected directory %s? %s: error truncating%s: error writing at offset %s%s: expected a numeric value%s: file has negative size%s: file too large%s: hard link not allowed for directory%s: illegal option -- %c %s: invalid file size%s: invalid file type%s: invalid number of passes%s: invalid option -- %c %s: invalid process id%s: invalid signal%s: multiple signals specified%s: no size information for this device%s: option `%c%s' doesn't allow an argument %s: option `%s' is ambiguous %s: option `%s' requires an argument %s: option `-W %s' doesn't allow an argument %s: option `-W %s' is ambiguous %s: option requires an argument -- %c %s: overwrite %s, overriding mode %04lo? %s: overwrite %s? %s: pass %lu/%lu (%s)...%s: pass %lu/%lu (%s)...%s%s: pass %lu/%lu (%s)...%s/%s %d%%%s: remove %s %s? %s: remove write-protected %s %s? %s: removed%s: removing%s: renamed to %s%s: replace %s? %s: specified target directory is not a directory%s: specified target is not a directory%s: unable to perform all requested operations%s: unary operator expected %s: unrecognized option `%c%s' %s: unrecognized option `--%s' %s: value not completely converted%s: warning: making a hard link to a symbolic link is not portable%s:%lu: invalid line; missing second token%s:%lu: unrecognized keyword %s%scannot read table of mounted filesystems'')' expected ')' expected, found %s * filesystems that cache in temporary locations, such as NFS version 3 clients * compressed filesystems In addition, file system backups and remote mirrors may contain copies of the file that cannot be removed, and that will allow a shredded file to be recovered later. * log-structured or journaled filesystems, such as those supplied with AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.) * filesystems that write redundant data and carry on even if some writes fail, such as RAID-based filesystems * filesystems that make snapshots, such as Network Appliance's NFS server , load average: %.2f-ef does not accept -l -nt does not accept -l -ot does not accept -l ??? CAUTION: Note that shred relies on a very important assumption: that the filesystem overwrites data in place. This is the traditional way to do things, but many modern filesystem designs do not satisfy this assumption. The following are examples of filesystems on which shred is not effective: COMMENTCall the link function to create a link named FILE2 to an existing FILE1. Call the unlink function to remove the specified FILE. Change the effective user id and group id to that of USER. -, -l, --login make the shell a login shell -c, --commmand=COMMAND pass a single COMMAND to the shell with -c -f, --fast pass -f to the shell (for csh or tcsh) -m, --preserve-environment do not reset environment variables -p same as -m -s, --shell=SHELL run SHELL if /etc/shells allows it Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY. Copy a file, converting and formatting according to the options. bs=BYTES force ibs=BYTES and obs=BYTES cbs=BYTES convert BYTES bytes at a time conv=KEYWORDS convert the file as per the comma separated keyword list count=BLOCKS copy only BLOCKS input blocks ibs=BYTES read BYTES bytes at a time Copy standard input to each FILE, and also to standard output. -a, --append append to the given FILEs, do not overwrite -i, --ignore-interrupts ignore interrupt signals Create a link to the specified TARGET with optional LINK_NAME. If LINK_NAME is omitted, a link with the same basename as the TARGET is created in the current directory. When using the second form with more than one TARGET, the last argument must be a directory; create links in DIRECTORY to each TARGET. Create hard links by default, symbolic links with --symbolic. When creating hard links, each TARGET must exist. Create named pipes (FIFOs) with the given NAMEs. Create the DIRECTORY(ies), if they do not already exist. Create the special file NAME of the given TYPE. Diagnose unportable constructs in NAME. -p, --portability check for all POSIX systems, not only this one Directory: Display file or filesystem status. -f, --filesystem display filesystem status instead of file status -c --format=FORMAT use the specified FORMAT instead of the default -L, --dereference follow links -t, --terse print the information in terse form Display the current time in the given FORMAT, or set the system date. -d, --date=STRING display time described by STRING, not `now' -f, --file=DATEFILE like --date once for each line of DATEFILE -ITIMESPEC, --iso-8601[=TIMESPEC] output date/time in ISO 8601 format. TIMESPEC=`date' for date only, `hours', `minutes', or `seconds' for date and time to the indicated precision. --iso-8601 without TIMESPEC defaults to `date'. EXITEcho the STRING(s) to standard output. -n do not output the trailing newline -e enable interpretation of the backslash-escaped characters listed below -E disable interpretation of those sequences in STRINGs Force changed blocks to disk, update the super block. IDLEIdleIn real life: In the first two formats, copy SOURCE to DEST or multiple SOURCE(s) to the existing DIRECTORY, while setting permission modes and owner/group. In the third format, create all components of the given DIRECTORY(ies). LINEList information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuSUX nor --sort. LoginLogin name: NAMEOutput commands to set the LS_COLORS environment variable. Determine format of output: -b, --sh, --bourne-shell output Bourne shell code to set LS_COLORS -c, --csh, --c-shell output C shell code to set LS_COLORS -p, --print-database output defaults Output who is currently logged in according to FILE. If FILE is not specified, use %s. %s as FILE is common. Overwrite the specified FILE(s) repeatedly, in order to make it harder for even very expensive hardware probing to recover the data. PIDPassword:Plan: Print ARGUMENT(s) according to FORMAT. Print NAME with any leading directory components removed. If specified, also remove a trailing SUFFIX. Print NAME with its trailing /component removed; if NAME contains no /'s, output `.' (meaning the current directory). Print certain system information. With no OPTION, same as -s. -a, --all print all information, in the following order: -s, --kernel-name print the kernel name -n, --nodename print the network node hostname -r, --kernel-release print the kernel release Print information for USERNAME, or the current user. -a ignore, for compatibility with other versions -g, --group print only the effective group ID -G, --groups print all group IDs -n, --name print a name instead of a number, for -ugG -r, --real print the real ID instead of the effective ID, with -ugG -u, --user print only the effective user ID Print numbers from FIRST to LAST, in steps of INCREMENT. -f, --format=FORMAT use printf style floating-point FORMAT (default: %g) -s, --separator=STRING use STRING to separate numbers (default: \n) -w, --equal-width equalize width by padding with leading zeroes Print or change terminal characteristics. -a, --all print all current settings in human-readable form -g, --save print all current settings in a stty-readable form -F, --file=DEVICE open and use the specified DEVICE instead of stdin Print the current time, the length of time the system has been up, the number of users on the system, and the average number of jobs in the run queue over the last 1, 5 and 15 minutes. If FILE is not specified, use %s. %s as FILE is common. Print the file name of the terminal connected to standard input. -s, --silent, --quiet print nothing, only return an exit status Print the full filename of the current working directory. Print the name of the current user. Print the prime factors of each NUMBER. Print the user name associated with the current effective user id. Same as id -un. Project: Remove the DIRECTORY(ies), if they are empty. --ignore-fail-on-non-empty ignore each failure that is solely because a directory is non-empty Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY. Repeatedly output a line with all specified STRING(s), or `y'. Run COMMAND with an adjusted scheduling priority. With no COMMAND, print the current scheduling priority. ADJUST is 10 by default. Range goes from -20 (highest priority) to 19 (lowest). -n, --adjustment=ADJUST increment priority by ADJUST first Run COMMAND with root directory set to NEWROOT. Send signals to processes, or list signals. Set LC_ALL='C' to work around the problem.Set each NAME to VALUE in the environment and run COMMAND. -i, --ignore-environment start with an empty environment -u, --unset=NAME remove variable from the environment Shell: Show information about the filesystem on which each FILE resides, or all filesystems by default. Summarize disk usage of each FILE, recursively for directories. TIMEThe backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX. The version control method may be selected via the --backup option or through the VERSION_CONTROL environment variable. Here are the values: Try `%s --help' for more information. Unknown system errorUpdate the access and modification times of each FILE to the current time. Usage: %s or: %s OPTION Print the numeric identifier (in hexadecimal) for the current host. Usage: %s EXPRESSION or: %s OPTION Usage: %s FILE or: %s OPTION Usage: %s FILE1 FILE2 or: %s OPTION Usage: %s FORMAT [ARGUMENT]... or: %s OPTION Usage: %s NAME or: %s OPTION Usage: %s NAME [SUFFIX] or: %s OPTION Usage: %s NEWROOT [COMMAND...] or: %s OPTION Usage: %s NUMBER[SUFFIX]... or: %s OPTION Pause for NUMBER seconds. SUFFIX may be `s' for seconds (the default), `m' for minutes, `h' for hours or `d' for days. Unlike most implementations that require NUMBER be an integer, here NUMBER may be an arbitrary floating point number. Usage: %s [-F DEVICE] [--file=DEVICE] [SETTING]... or: %s [-F DEVICE] [--file=DEVICE] [-a|--all] or: %s [-F DEVICE] [--file=DEVICE] [-g|--save] Usage: %s [-s SIGNAL | -SIGNAL] PID... or: %s -l [SIGNAL]... or: %s -t [SIGNAL]... Usage: %s [NAME] or: %s OPTION Print or set the hostname of the current system. Usage: %s [NUMBER]... or: %s OPTION Usage: %s [OPTIONS] FILE [...] Usage: %s [OPTION] Usage: %s [OPTION] DIRECTORY... Usage: %s [OPTION] FILE... Usage: %s [OPTION] NAME... Usage: %s [OPTION] [COMMAND [ARG]...] Usage: %s [OPTION]... Usage: %s [OPTION]... DIRECTORY... Usage: %s [OPTION]... FILE... Usage: %s [OPTION]... GROUP FILE... or: %s [OPTION]... --reference=RFILE FILE... Usage: %s [OPTION]... LAST or: %s [OPTION]... FIRST LAST or: %s [OPTION]... FIRST INCREMENT LAST Usage: %s [OPTION]... MODE[,MODE]... FILE... or: %s [OPTION]... OCTAL-MODE FILE... or: %s [OPTION]... --reference=RFILE FILE... Usage: %s [OPTION]... NAME TYPE [MAJOR MINOR] Usage: %s [OPTION]... NAME... Usage: %s [OPTION]... OWNER[:[GROUP]] FILE... or: %s [OPTION]... :GROUP FILE... or: %s [OPTION]... --reference=RFILE FILE... Usage: %s [OPTION]... SOURCE DEST or: %s [OPTION]... SOURCE... DIRECTORY or: %s [OPTION]... --target-directory=DIRECTORY SOURCE... Usage: %s [OPTION]... SOURCE DEST (1st format) or: %s [OPTION]... SOURCE... DIRECTORY (2nd format) or: %s -d [OPTION]... DIRECTORY... (3rd format) Usage: %s [OPTION]... TARGET [LINK_NAME] or: %s [OPTION]... TARGET... DIRECTORY or: %s [OPTION]... --target-directory=DIRECTORY TARGET... Usage: %s [OPTION]... [ FILE ] Usage: %s [OPTION]... [ FILE | ARG1 ARG2 ] Usage: %s [OPTION]... [+FORMAT] or: %s [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]] Usage: %s [OPTION]... [-] [NAME=VALUE]... [COMMAND [ARG]...] Usage: %s [OPTION]... [-] [USER [ARG]...] Usage: %s [OPTION]... [FILE] Usage: %s [OPTION]... [FILE]... Usage: %s [OPTION]... [STRING]... Usage: %s [OPTION]... [USERNAME] Usage: %s [OPTION]... [USER]... Usage: %s [STRING]... or: %s OPTION Usage: %s [VARIABLE]... or: %s OPTION If no environment VARIABLE specified, print them all. Usage: %s [ignored command line arguments] or: %s OPTION Exit with a status code indicating failure. These option names may not be abbreviated. Usage: %s [ignored command line arguments] or: %s OPTION Exit with a status code indicating success. These option names may not be abbreviated. Usage: %s format [argument...] WARNING: Circular directory structure. This almost certainly means that you have a corrupted file system. NOTIFY YOUR SYSTEM MANAGER. The following directory is part of the cycle: %s Warning: Warning: -i will be removed in a future release; use -u insteadWhenWhere^[nN]^[yY]``%s' is not a directory`%s' is not a valid positive integera command must be given with an adjustmentaccessing %sadvancing past %s bytes in output file %safter -eqafter -geafter -gtafter -leafter -ltafter -neafter -tamambiguous argument %s for %sargument expected backing up %s would destroy source; %s not copiedbacking up %s would destroy source; %s not movedbackup typebefore -eqbefore -gebefore -gtbefore -lebefore -ltbefore -neblock special files not supportedcannot access %scannot backup %scannot both summarize and show all entriescannot change owner and/or group of %scannot change permissions of %scannot change root directory to %scannot change to directory %scannot change to null groupcannot chdir from %s to %scannot chdir from %s to ..cannot chdir to root directorycannot combine signal with -l or -tcannot compare file names %s and %scannot convert U+%04X to local character setcannot convert U+%04X to local character set: %scannot copy a directory, %s, into itself, %scannot copy cyclic symbolic link %scannot create directory %scannot create fifo %scannot create hard link %s to %scannot create link %scannot create link %s to %scannot create regular file %scannot create special file %scannot create symbolic link %scannot create symbolic link %s to %scannot determine device and inode of %scannot determine hostnamecannot find name for group ID %ucannot find name for user ID %ucannot fstat %scannot get current directorycannot get prioritycannot get supplemental group listcannot get system namecannot get the login group of a numeric UIDcannot get time of daycannot lseek %scannot lstat %scannot lstat `.' in %scannot make both hard and symbolic linkscannot make directory %scannot move %s to %scannot move %s to a subdirectory of itself, %scannot move directory onto non-directory: %s -> %scannot obtain time stamps for %scannot omit both user and groupcannot open %s for readingcannot open directory %scannot overwrite directory %scannot overwrite directory %s with non-directorycannot overwrite non-directory %s with directory %scannot print only names or real IDs in default formatcannot print only user and only groupcannot read file system information for %scannot read realtime clockcannot read symbolic link %scannot remove %scannot remove `.' or `..'cannot remove directory %scannot run stripcannot set datecannot set group idcannot set groupscannot set hostname to `%s'cannot set hostname; this system lacks the functionalitycannot set permissions of %scannot set permissions of directory %scannot set permissions of fifo %scannot set prioritycannot set time stamps for %scannot set user idcannot specify times from more than one sourcecannot stat %scannot un-backup %scannot unlink %schanged group of %s to %s changed ownership of %s to %s changing group of %schanging ownership of %schanging permissions of %scharacter out of rangecharacter special files not supportedclock changeclosing %sclosing input file %sclosing output file %scopying multiple files, but last argument %s is not a directorycouldn't get boot timecreate hard link %s to %screate symbolic link %s to %screated directory %screating %screating directory %screating hard link %s to %screating symbolic link %s to %sdirectorydirectory `%s' is not searchabledivision by zeroexit=failed to change group of %s to %s failed to change mode of %s to %04lo (%s) failed to change ownership of %s to %s failed to get attributes of %sfailed to preserve authorship for %sfailed to preserve ownership for %sfailed to preserve permissions for %sfailed to preserve times for %sfifofifo files not supportedfile arguments missingfile offset out of rangefile system type %s both selected and excludedfork system call failedformat string may not be specified when printing equal width stringsgetpass: cannot open /dev/ttygetting new attributes of %sgroup numbergroup of %s retained as %s iconv function not availableiconv function not usableid=ignoring invalid tab size in environment variable TABSIZE: %signoring invalid width in environment variable COLUMNS: %signoring non-option argumentsincorrect passwordinstalling multiple files, but last argument, %s is not a directoryinter-device move failed: %s to %s; unable to remove targetinvalid argument %s for %sinvalid argument `%s'invalid character %s in mode string %sinvalid conversion: %sinvalid date `%s'invalid date format %sinvalid device %s %sinvalid floating point argument: %sinvalid format string: `%s'invalid groupinvalid group %sinvalid group name %sinvalid group number %sinvalid integer argument `%s'invalid line width: %sinvalid major device number %sinvalid maximum depth %sinvalid minor device number %sinvalid modeinvalid mode %sinvalid mode string: %sinvalid number %sinvalid option -- %cinvalid option `%s'invalid priority `%s'invalid tab size: %sinvalid time interval `%s'invalid time style format %sinvalid universal character name \%c%0*xinvalid userinvalid user %slast=major and minor device numbers may not be specified for fifo filesmemory exhaustedmessage queuemissing `]' missing argument to `%s'missing destination filemissing file argumentmissing hexadecimal number in escapemode of %s changed to %04lo (%s) mode of %s retained as %04lo (%s) multiple -l or -t options specifiedname `%s' has length %ld; exceeds limit of %ldneither symbolic link %s nor referent has been changed new_mode: mode no FILE arguments may be used with the option to output dircolors' internal databaseno SHELL environment variable, and no shell type option givenno username specified; at least one must be specified when using -lnon-numeric argumentnot a ttynot listing already-listed directory: %somitting directory %sonly one device may be specifiedopening %sownership of %s retained as %s path `%s' contains nonportable character `%c'pmpreserving times for %sread errorreading %sremoved %s removed directory: %s removing directory, %srun-levelsemaphoresetting permissions for %ssetting times of %sshared memory objectskipping file %s, as it was replaced while being copiedsocketspecified target, %s is not a directorystandard inputstandard outputstring comparison failedstrip failedsymbolic linksymbolic links are not supported on this systemsyntax errorterm=the argument `%s' lacks a leading `+'; When using an option to specify date(s), any non-option argument must be a format string beginning with `+'.the options for verbose and stty-readable output styles are mutually exclusivethe options to output dircolors' internal database and to select a shell syntax are mutually exclusivethe options to print and set the time may not be used togetherthe options to specify dates for printing are mutually exclusivethe strip option may not be used when installing a directorytoo few argumentstoo many argumentstoo many arguments too many non-option arguments: %s%stotaltruncated recordtruncated recordsundefinedunparsable value for LS_COLORS environment variableunrecognized option %sunrecognized option %s=%sunrecognized prefix: %suser %s does not existusing restricted shell %swarning: %s: character(s) following character constant have been ignoredwarning: --version-control (-V) is obsolete; support for it will be removed in some future release. Use --backup=%s instead.warning: `touch %s' is obsolete; use `touch -t %04d%02d%02d%02d%02d.%02d'warning: cannot change directory to %swarning: ignoring excess arguments, starting with `%s'warning: source file %s specified more than oncewarning: summarizing conflicts with --max-depth=%dwarning: summarizing is the same as using --max-depth=0warning: unportable BRE: `%s': using `^' as the first character of the basic regular expression is not portable; it is being ignoredwarning: working around lseek kernel bug for file (%s) of mt_type=0x%0lx -- see for the list of typesweird filewhen creating special files, major and minor device numbers must be specifiedwhen making multiple links, last argument must be a directorywhen moving multiple files, last argument must be a directorywhen preserving paths, the destination must be a directorywhen specifying an output style, modes may not be setwill not create hard link %s to directory %swill not overwrite just-created %s with %swrite errorwriting %swriting to %swrong number of argumentsProject-Id-Version: coreutils 4.5.1 Report-Msgid-Bugs-To: bug-coreutils@gnu.org POT-Creation-Date: 2004-03-12 14:56+0100 PO-Revision-Date: 2002-07-24 18:12+0200 Last-Translator: Marco d'Itri Language-Team: Italian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8-bit Plural-Forms: nplurals=2; plural=(n != 1); ( ESPRESSIONE ) ESPRESSIONE è vera ! ESPRESSIONE ESPRESSIONE è falsa ESPRESSIONE1 -a ESPRESSIONE2 sia ESPRESSIONE1 che ESPRESSIONE2 sono vere ESPRESSIONE1 -o ESPRESSIONE2 o ESPRESSIONE1 o ESPRESSIONE2 è vera -a, --all come -b -d --login -p -r -t -T -u -b, --boot orario dell'ultimo boot del sistema -d, --dead stampa i processi morti -H, --heading stampa la riga di intestazione delle colonne -b FILE FILE esiste ed è speciale a blocchi -c FILE FILE esiste ed è speciale a caratteri -d FILE FILE esiste ed è una directory -e FILE FILE esiste -l usa il formato di output lungo per gli UTENTI indicati -b omette l'home directory e la shell nel formato lungo -h omette il file project dell'utente nel formato lungo -p omette il file plan dell'utente nel formato lungo -s usa il formato breve, è l'opzione predefinita ARG1 * ARG2 prodotto aritmetico di ARG1 e ARG2 ARG1 / ARG2 quoziente aritmetico di ARG1 diviso ARG2 ARG1 % ARG2 resto aritmetico di ARG1 diviso ARG2 ARG1 + ARG2 somma aritmetica di ARG1 e ARG2 ARG1 - ARG2 differenza aritmetica di ARG1 e ARG2 ARG1 < ARG2 ARG1 è minore di ARG2 ARG1 <= ARG2 ARG1 è minore o uguale di ARG2 ARG1 = ARG2 ARG1 è uguale ad ARG2 ARG1 != ARG2 ARG1 è diverso da ARG2 ARG1 >= ARG2 ARG1 è maggiore o uguale di ARG2 ARG1 > ARG2 ARG1 è maggiore di ARG2 FILE1 -ef FILE2 FILE1 e FILE2 hanno gli stessi numeri di device e di inode FILE1 -nt FILE2 FILE1 è più nuovo (data di modifica) di FILE2 FILE1 -ot FILE2 FILE1 è più vecchio FILE2 INTERO1 -eq INTERO2 INTERO1 è uguale INTERO2 INTERO1 -ge INTERO2 INTERO1 è maggiore o uguale a INTERO2 INTERO1 -gt INTERO2 INTERO1 è maggiore di INTERO2 INTERO1 -le INTERO2 INTERO1 è minore o uguale a INTERO2 INTERO1 -lt INTERO2 INTERO1 è minore di INTERO2 INTERO1 -ne INTERO2 INTERO1 non è uguale a INTERO2 Stampa i fattori primi di tutti i NUMERI interi specificati. Se non sono specificati argomenti sulla riga di comando li legge da standard input. STRINGA : REGEXP ricerca ancorata del modello REGEXP nella STRINGA match STRINGA REGEXP come STRINGA : REGEXP substr STRINGA POS LUNG sottostringa della STRINGA, POS è contata da 1 index STRINGA CAR posizione nella STRINGA di uno dei CAR, se trovato, o 0 length STRINGA lunghezza della STRINGA [-n] STRINGA la lunghezza di STRINGA non è zero -z STRINGA la lunghezza di STRINGA è zero STRINGA1 = STRINGA2 le stringhe sono uguali STRINGA1 != STRINGA2 le stringhe sono diverse # utenti=%u Una versione leggera di `finger'; stampa informazioni sugli utenti. Il file utmp sarà %s. Un semplice - implica -i. Se manca il COMANDO, stampa l'ambiente risultante. Un semplice - implica -l. Se non è specificato l'UTENTE, assume root. Come caso particolare, cp fa un backup di ORIGINE quando sono usate le opzioni force e backup e ORIGINE e DEST sono lo stesso nome di un file normale già esistente. Si noti che molti operatori devono essere preceduti da `\' (escaped) o protetti da apici a causa delle shell. I confronti sono aritmetici se entrambi gli ARG sono numeri, altrimenti sono lessicografici. I modelli restituiscono la stringa corrispondente tra \( e \) oppure nulla; se \( e \) non sono usati, restituiscono il numero di caratteri corrispondenti oppure 0. Si noti che le parentesi hanno bisogno di essere protette (p.es. con backslash) dalla shell. INTERO può anche essere -l STRINGA, che è valutato alla lunghezza di STRINGA. L'impostazione predefinita è di non usare i colori differenziare i tipi di file. Questo è equivalente a usare --color=none. L'uso dell'opzione --color ""senza l'argomento opzionale QUANDO è equivalente a usare --color=always. Con --color=auto i codici dei colori sono stampati solo se standard output è ""collegato a un terminale (tty). Normalmente, i file di ORIGINE sparsi sono individuati da un'euristica approssimativa e sono resi sparsi anche i file di DESTINAZIONE corrispondenti. Questo è il comportamento selezionabile con --sparse=auto. Specificare --sparse=always per creare un file di DESTINAZIONE sparso ogni qualvolta il file di ORIGINE contiene una sequenza abbastanza lunga di byte zero. Usare --sparse=never per inibire la creazione dei file sparsi. Impostazioni combinazione: * [-]LCASE come [-]lcase cbreak come -icanon -cbreak come icanon Impostazioni di controllo: [-]clocal disabilita i segnali di controllo del modem [-]cread permette la ricezione dell'input * [-]crtscts abilita l'handshaking RTS/CTS csN imposta a N bit la dimensione dei caratteri, N tra 5 e 8 Cancella i file solo se è specificato --remove (-u). È predefinito non farlo ""perché è normale operare su file di device come /dev/hda, che normalmente non devono essere rimossi. Quando si opera su file normali, la maggior parte delle persone usano l'opzione --remove. L'ESPRESSIONE è vera o falsa e imposta lo stato d'uscita. È una fra: Ogni MODO è una o più delle lettere ugoa, uno dei simboli +-= e una o più delle lettere rwxXstugo. FORMATO controlla l'output. Le sole opzioni valide per la seconda forma specificano il Coordinated Universal Time. Le sequenze interpretate sono: %% un %% letterale %a nome localizzato abbreviato del giorno della settimana (lun..dom) Gestisce la linea tty connessa allo standard input. Senza argomenti stampa il baud rate, la disciplina di linea, e le differenze da stty sane. Nelle impostazioni, CAR è preso letteralmente o codificato come in ^c, 0x37, 0177 o 127; i valori speciali ^- o undef sono usati per disabilitare i caratteri speciali. Se il FILE non è specificato, usa %s. È comune usare %s come FILE. Se sono dati ARG1 e ARG2, è assunto -m: `am i' o `mom likes' sono comuni. Se FILE è specificato viene letto per determinare quali colori usare per i diversi tipi di file ed estensioni. Altrimenti è usato un database precompilato. Per conoscere i dettagli sul formato di questi file eseguire `dircolors --print-database'. Se non è dato alcun comando, lancia ``${SHELL} -i'' (predefinita: /bin/sh). Impostazioni dell'input: [-]brkint i break causano un segnale di interrupt [-]icrnl converte carriage return in newline [-]ignbrk ignora i caratteri di break [-]igncr ignora carriage return Impostazioni locali: [-]crterase fa l'echo dei caratteri di erase come backspace-spazio-backspace * crtkill cancella tutte le righe obbedendo alle impostazioni echoprt e echoe * -crtkill cancella tutte le righe obbedendo alle impostazioni echoctl e echok Notare che se si usa rm per rimuovere un file, di solito è impossibile recuperarne il contenuto. Se si vogliono maggiori garanzie che il contenuto sia veramente irrecuperabile si valuti l'uso di shred. Nota che le opzioni -d e -t accettano differenti formati di orario. Un - opzionale prima di un'IMPOSTAZIONE indica la negazione. Un * indica le impostazioni non POSIX. Il sistema sottostante definisce quali impostazioni sono disponibili. Impostazioni dell'output: * bsN stile del ritardo di backspace, N in [0..1] * crN stile del ritardo di carriage return, N in [0..3] * ffN stile del ritardo di form feed, N in [0..1] * nlN stile del ritardo di newline, N in [0..1] Il proprietario resta immutato se mancante. Il gruppo resta immutato se mancante, ma cambiato al gruppo di login se reso implicito da `:'. PROPRIETARIO e GRUPPO possono essere sia numerici che simbolici. Stampa sullo standard output il valore dell'ESPRESSIONE. Qui sotto, una riga vuota separa gruppi di operatori con precedenza crescente. ESPRESSIONE può essere: ARG1 | ARG2 ARG1 se non è nullo o 0, altrimenti ARG2 ARG1 & ARG2 ARG1 se nessun argomento è nullo o 0, altrimenti 0 SEGNALE può essere il nome di un segnale come `HUP', il numero di un segnale come `1' oppure lo status di uscita di un processo terminato da un segnale. PID è un intero; se è negativo indica un gruppo di processi. Caratteri speciali: * dsusp CAR CAR invierà un segnale di stop del terminale dopo il flush dell'input eof CAR CAR invierà un end of file (termina l'input) eol CAR CAR terminerà la riga Impostazioni speciali: N imposta a N baud le velocità di input e output * cols N dice al kernel che il terminale ha N colonne * columns N come cols N Il suffisso dei backup è ~, a meno che sia impostato con --suffix oppure SIMPLE_BACKUP_SUFFIX. Il metodo di controllo di versione può essere scelto con l'opzione --backup o la variabile di ambiente VERSION_CONTROL. I valori sono: Per rimuovere un file il cui nome inizia con `-', per esempio `-foo', usare uno di questi comandi: %s -- -foo %s ./-foo Senza -E le seguenti sequenze sono riconosciute ed interpolate: \NNN il carattere il cui codice ASCII è NNN (ottale) \\ backslash \a avviso (BEL) \b backspace Senza alcuna OPZIONE, stampa alcune utili informazioni identificative. --backup=[CONTROL] fa un backup di ogni file di dest. esistente -b come --backup ma non accetta un argomento -c (ignorato) -d, --directory tratta tutti gli argomenti come nomi di directory; crea tutti i componenti delle directory specificate --block-size=DIMENS usa blocchi lunghi DIMENS byte -B, --ignore-backups non elenca le voci implicite che terminano con ~ -c con -lt: mostra e ordina secondo il ctime (orario di modifica delle informazioni di stato del file); con -l: mostra il ctime e ordina secondo il nome; altrimenti: ordina secondo il ctime --from=ATTUALE_PROPRIETARIO:ATTUALE_GRUPPO cambia il proprietario e/o il gruppo di ogni file solo se il suo attuale proprietario e/o gruppo corrisponde a quello specificato qui. Ciascuno può essere omesso, e in questo caso non è richiesto che corrisponda. --indicator-style=TIPO accoda ai nomi l'indicatore con lo stile TIPO: none (predef), classify (-F), file-type (-p) -i, --inode stampa il numero d'indice di ogni file -I, --ignore=MODELLO non elenca le voci implicite che soddisfano il MODELLO della shell -k come --block-size=1K --no-dereference non segue mai i link simbolici -f, --force se non è possibile aprire un file di destinazione esistente lo rimuove e riprova -i, --interactive chiede prima di sovrascrivere -H segue i link simbolici sulla riga di comando --no-preserve=ATTR_LIST don't preserve the specified attributes --parents append source path to DIRECTORY -P same as `--no-dereference' --reply={yes,no,query} specifica come gestire la domanda a proposito di un file di destinazione già esistente --sparse=WHEN controlla la creazione dei file sparsi --strip-trailing-slashes rimuove gli slash dalla fine di ogni ORIGINE --reply={yes,no,query} specifica come gestire la domanda a proposito di un file di destinazione già esistente --strip-trailing-slashes rimuove gli slash dalla fine di ogni ORIGINE -S, --suffix=SUFFISSO cambia il normale suffisso dei backup --target-directory=DIRECTORY sposta ogni ORIGINE nella DIRECTORY -u, --update sposta solo quando ORIGINE è più recente del file di destinazione o questo è mancante -v, --verbose spiega cosa sta facendo --time-style=STILE mostra gli orari usando lo STILE specificato: full-iso, long-iso, iso, locale, +FORMATO FORMATO è interpretato come da `date'; se è FORMATO1FORMATO2, FORMATO1 è applicato ai file non recenti e FORMATO2 a quelli recenti; se STILE ha il prefisso `posix-' avrà effetto solo fuori dal locale POSIX -t ordina secondo l'orario di modifica -T, --tabsize=COL i tab sono larghi COL colonne invece di 8 --version stampa le informazioni sulla versione ed esce Dimens. Usati Disp. Uso%% Inode IUsati ILib. IUso%% Dimens. Usati Disp. Uso%% -evenp come -parenb cs8 * [-]lcase come xcase iuclc olcuc litout come -parenb -istrip -opost cs8 -litout come parenb istrip opost cs7 nl come -icrnl -onlcr -nl come icrnl -inlcr -igncr onlcr -ocrnl -onlret [-]cstopb usa due bit di stop per carattere (uno con `-') [-]hup invia un signal di hangup quando l'ultimo processo chiude il tty [-]hupcl come [-]hup [-]parenb genera un bit di parità in output e aspetta un bit di parità in input [-]parodd imposta la parità dispari (pari con `-') [-]ignpar ignora i caratteri con errori di parità * [-]imaxbel fa un beep e non fa il flush quando il buffer di input completo riceve un carattere [-]inlcr converte newline in carriage return [-]inpck abilita il controllo di parità sull'input [-]istrip azzera il bit più alto (l'ottavo) dei caratteri di input [-]isig abilita i caratteri speciali interrupt, quit, e suspend [-]noflsh disabilita il flushing dopo i caratteri speciali di interrupt e quit * [-]prterase come [-]echoprt * [-]tostop ferma i processi in background che provano a scrivere sul terminale * [-]xcase con icanon, fa l'escape con `\' per i caratteri maiuscoli cooked come brkint ignpar istrip icrnl ixon opost isig icanon, i caratteri eof e eol ai loro valori predefiniti -cooked come raw crt come echoe echoctl echoke dec come echoe echoctl echoke -ixany intr ^c erase 0177 kill ^u * [-]decctlq come [-]ixany ek caratteri di erase e kill ai loro valori predefiniti evenp come parenb -parodd cs7 ispeed N imposta a N la velocità di input * line N usa la disciplina di linea N min N con -icanon, imposta a N il mimimo dei caratteri per completare una lettura ospeed N imposta a N la velocità di output oddp come parenb parodd cs7 -oddp come -parenb cs8 [-]parity come [-]evenp pass8 come -parenb -istrip cs8 -pass8 come parenb istrip cs7 raw come -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl -ixon -ixoff -iuclc -ixany -imaxbel -opost -isig -icanon -xcase min 1 time 0 -raw come cooked sane come cread -ignbrk brkint -inlcr -igncr icrnl -ixoff -iuclc -ixany imaxbel opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke, tutti i caratteri speciali ai loro valori predefiniti stop CAR CAR fermerà l'output susp CAR CAR invierà il segnale di stop del terminale * swtch CAR CAR passerà ad un diverso livello di shell * werase CAR CAR cancellerà l'ultima parola digitata %A nome localizzato completo del giorno della settimana, lunghezza variabile (lunedì..domenica) %b nome localizzato abbreviato del mese (gen..dic) %B nome localizzato completo del mese, lunghezza var. (gennaio..dicembre) %c data e ora localizzate (sab nov 04 12:02:33 CET 1989) %C secolo (anno diviso per 100 e troncato a intero) [00-99] %d giorno del mese (01..31) %D data (mm/dd/yy) %e giorno del mese con spazi ( 1..31) %F come %Y-%m-%d %g l'anno di due cifre corrispondente al numero della settimana %V %G l'anno di quattro cifre corrispondente al numero della settimana %V %U numero della settimana dell'anno con domenica come primo giorno della settimana (00..53) %V numero della settimana dell'anno con lunedì come primo giorno della settimana (01..52) %w giorno della settimana (0..6); 0 rappresenta domenica %W numero della settimana dell'anno con lunedì come primo giorno della settimana (00..53) %h come %b %H ora (00..23) %I ora (01..12) %j giorno dell'anno (001..366) %k ora ( 0..23) %l ora ( 1..12) %m mese (01..12) %M minuto (00..59) %n un newline %N nanosecondi (000000000..999999999) %p indicatore AM o PM localizzato e maiuscolo (nullo in molti locali) %P indicatore am o pm localizzato e minuscolo (nullo in molti locali) %r orario, 12-ore (hh:mm:ss [AP]M) %R orario, 24-ore (hh:mm) %s secondi passati dalle `00:00:00 del 1 gen 1970' (estensione GNU) %x rappresentazione localizzata della data (gg/mm/aa) %X rappresentazione localizzata dell'ora (%H:%M:%S) %y ultime due cifre dell'anno (00..99) %Y anno (1970...) + TOKEN interpreta TOKEN come una stringa anche se è una parola chiave come `match' o un operatore come `/' ( ESPRESSIONE ) valore dell'ESPRESSIONE -D crea tutti i componenti di DEST tranne l'ultimo, poi copia ORIGINE in DEST; utile nel primo formato -g, --group=GRUPPO imposta il gruppo proprietario, invece dell'attuale gruppo del processo -m, --mode=PERMESSI imposta i PERMESSI (come in chmod) invece di rwxr-xr-x "" -o, --owner=PROPR imposta il proprietario (solo per il superuser) -L FILE FILE esiste ed è un link simbolico (come -h) -O FILE FILE esiste ed è posseduto dallo user ID efficace -p FILE FILE esiste ed è una pipe con nome -r FILE FILE esiste ed è leggibile -s FILE FILE esiste ed ha dimensione maggiore di zero -P, --portability usa il formato di output POSIX --sync fa sync prima di prendere le informazioni sull'uso -t, --type=TIPO limita l'elenco ai filesystem di tipo TIPO -T, --print-type stampa il tipo di filesystem -x, --exclude-type=TIPO limita l'elenco ai filesystem non di tipo TIPO -v (ignorato) -R, -r, --recursive copia le directory ricorsivamente --remove-destination rimuove ogni file di destinazione esistente prima di cercare di aprirlo (in contrasto a --force) -S FILE FILE esiste ed è un socket -t [FD] il file descriptor FD (predef. stdout) è aperto su un terminale -u FILE FILE esiste ed ha il proprio bit set-user-ID impostato -w FILE FILE esiste ed è scrivibile -x FILE FILE esiste ed è eseguibile --target-directory=DIRECTORY specifica la DIRECTORY in cui creare i link -S, --suffix=SUFFISSO cambia il normale suffisso dei backup -v, --verbose stampa il nome del file prima di fare il link -T, -w, --mesg aggiunge lo stato dei messaggi dell'utente come +, - o ? -u, --users elenca gli utenti collegati --message come -T --writable come -T -a, --all non nasconde le voci che iniziano con . -A, --almost-all non elenca le voci implicite . e .. --author stampa l'autore di ogni file -b, --escape stampa escape ottali per i caratteri non grafici -a, --all include i filesystem lunghi 0 blocchi --block-size=DIM usa blocchi lunghi DIM -h, --human-readable stampa le dimensioni in formato leggibile (es: 1K, 23M) -H, --si idem, ma usa multipli di 1000 invece che di 1024 -a, --archive come -dpR --backup[=TIPO] fa il backup di ogni file di destinazione -b come --backup ma non accetta un argomento --copy-contents quando agisce ricorsivamente copia il contenuto dei file speciali -d come --no-dereference --preserve=link -f non ordina, abilita -aU, disabilita -lst -F, --classify accoda un indicatore alle voci (uno di */=@|) --format=TIPO across -x, commas -m, horizontal -x, long -l, single-column -1, verbose -l, vertical -C --full-time come -l --time-style=full-iso -f omette l'intestazione delle colonne nel formato breve -w omette il nome completo dell'utente nel formato breve -i omette il nome completo e l'host remoto nel formato breve -q omette il nome completo, l'host remoto e il tempo di inattività nel formato breve -f FILE FILE esiste ed è un file regolare -g FILE FILE esiste ed è set-group-ID -h FILE FILE esiste ed è un link simbolico (come -L) -G FILE FILE esiste ed è posseduto dal group ID efficace -k FILE FILE esiste ed ha il suo sticky bit impostato -f, --force se necessario cambia i permessi per permettere la scrittura -n, --iterations=N sovrascrive N volte invece che le %d predefinite -s, --size=N distrugge solo N byte (sono accettati suffissi come K, M e G) -i, --inodes elenca informazioni sugli inode invece che sui blocchi -k come --block-size=1K -l, --local limita l'elenco ai file system locali --no-sync non fa sync prima di prendere le informazioni (predef.) -l usa un formato di elenco lungo -L, --dereference quando mostra le informazioni su un symlink, mostra le informazioni sul file a cui si riferisce invece che sul link stesso -m elenca le voci separandole con virgole -l, --link link files instead of copying -L, --dereference always follow symbolic links -p same as --preserve=mode,ownership,timestamps --preserve[=ATTR_LIST] preserve the specified attributes (default: mode,ownership,timestamps), if possible additional attributes: links, all -m, --mode=MODO imposta i permessi (come in chmod), non a=rw - umask -m, --mode=MODO imposta i permessi (come in chmod), non rwxrwxrwx - umask -p, --parents nessun errore se esiste, crea le dir. padre se necessario -v, --verbose stampa un messaggio per ogni directory creata -n, --no-dereference tratta ogni destinazione che è un link simbolico a una directory come se fosse un file normale -i, --interactive chiede se rimuovere le destinazioni -s, --symbolic crea link simbolici invece che hard link -n, --numeric-uid-gid elenca gli UID e GID numerici al posto dei nomi -N, --literal stampa i nomi grezzi (es: non tratta in modo speciale i caratteri di controllo) -o usa un formato di elenco lungo senza i gruppi -p, --file-type accoda un carattere secondo il tipo delle voci -p, --parents rimuove la DIRECTORY, poi prova a rimuovere ogni directory che compone il nome di questo percorso. Per esempio, `rmdir -p a/b/c' è simile a `rmdir a/b/c a/b a'. -v, --verbose mostra un diagnostico per ogni directory processata -p, --preserve-timestamps applica le date di accesso/modifica dei file di ORIGINE ai file di destinazione corrispondenti -s, --strip fa lo strip della tabella dei simboli, solo per la prima e la seconda forma -S, --suffix=SUFF cambia il normale suffisso dei backup -v, --verbose stampa il nome di ogni directory creata -q, --count tutti i nomi di login e il numero di utenti connessi -r, --runlevel stampa il runlevel attuale -s, --short stampa solo il nome, la riga e l'orario (predefinita) -t, --time stampa l'ultima modifica dell'orologio di sistema -q, --hide-control-chars stampa ? al posto dei caratteri non grafici --show-control-chars mostra i caratteri non grafici come sono (predef. a meno che il programma sia `ls' e l'output un terminale) -Q, --quote-name racchiude tra doppi apici i nomi delle voci --quoting-style=TIPO usa lo stile TIPO con i nomi delle voci: literal, locale, shell, shell-always, c, escape -r, --reference=FILE usa l'orario di questo file invece di quello attuale -t ORARIO usa [[CC]YY]MMDDhhmm[.ss] invece che l'orario attuale --time=TIPO imposta l'orario TIPO: accesso, atime (come -a); mtime modifica (come -m) -r, --reverse inverte il senso dell'ordinamento -R, --recursive elenca ricorsivamente le subdirectory -s, --size stampa le dimensioni in blocchi di ogni file -s, --signal SEGNALE, -SEGNALE Nome o numero del segnale da inviare. -l, --list Elenca i nomi dei segnali. -t, --table Stampa una tabella di informazioni sui segnali. -s, --symbolic-link fa link simbolici invece di copiare -S, --suffix=SUFFISSO cambia il normale suffisso dei backup --target-directory=DIRECTORY sposta ogni ORIGINE nella DIRECTORY -u con -lt; mostra ed ordina secondo l'orario di accesso; con -l mostra l'orario di accesso "" ed ordina per nome; altrimenti: ordina secondo l'orario di accesso -U non ordina; elenca le voci nell'ordine della dir. -v ordina secondo la versione -u, --update sposta solo quando ORIGINE è più recente del file di destinazione o questo è mancante -v, --verbose spiega cosa sta facendo -x, --one-file-system rimane su questo file system -v, --kernel-version stampa la versione del kernel -m, --machine stampa il nome dell'hardware della macchina -p, --processor stampa il tipo di processore -i, --hardware-platform stampa la piattaforma hardware -o, --operating-system stampa il sistema operativo -w, --width=COL lo schermo è largo COL invece del'attuale valore -x elenca le voci per righe invece che per colonne "" -X ordina alfabeticamente secondo le estensioni -1 elenca un file per riga -x, --one-file-system salta le directory su file system diversi -X FILE, --exclude-from=FILE esclude i file che corrispondono a ogni modello nel FILE --exclude=MODELLO esclude i file che corrispondono al MODELLO --max-depth=N stampa il totale per una directory (o file, con --all) solo se è N o meno livelli sotto l'argomento della riga di comando; --max-depth=0 è lo stesso che --summarize \a avviso (BEL) \b backspace \c non produce ulteriore output \f form feed \c elimina il newline finale \f form feed \n new line \r carriage return \t tab orizzontale \v tab verticale \n new line \r carriage return \t tab orizzontale \v tab verticale ascii da EBCDIC a ASCII ebcdic da ASCII a EBCDIC ibm da ASCII a EBCDIC alternativo block completa con spazi fino a cbs i record terminati da newline unblock sostituisce con newline gli spazi alla fine di un record lungo cbs lcase cambia le maiuscole in minuscole if=FILE legge da FILE invece che da stdin obs=BYTE scrive BYTE byte per volta of=FILE scrive su FILE invece che su stdout seek=BLOCCHI salta un numero di BLOCCHI lunghi obs all'inizio dell'output skip=BLOCCHI salta un numero BLOCCHI lunghi ibs all'inizio dell'input none, off non fa mai backup (anche se è specificato --backup) numbered, t fa backup numerati existing, nil numerati se esistono backup numerati, altrimenti semplici simple, never fa sempre backup semplici notrunc non tronca il file di output ucase cambia le minuscole in maiuscole swab scambia ogni coppia di byte in input noerror continua dopo gli errori di lettura sync completa con NUL fino a cbs ogni blocco in input; quando è usato "" con block o unblock completa con spazi invece che con NUL attivo da %2d:%02d%s blocchi di %4s Usati Disponib. Uso%% (backup: %s) * [-]ctlecho fa l'echo dei caratteri di controllo nella notazione `^c' [-]echo fa l'echo dei caratteri in input * [-]echoctl come [-]ctlecho [-]echoe come [-]crterase [-]echok fa l'echo di un newline dopo un carattere di kill * [-]echoke come [-]crtkill [-]echonl fa l'echo di un newline anche se non fa l'echo degli altri caratteri * [-]echoprt fa l'echo al contrario dei caratteri cancellati, tra `\' e '/' [-]icanon abilita i caratteri speciali erase, kill, werase, e rprnt [-]iexten abilita i caratteri speciali non POSIX * [-]iuclc converte i caratteri maiuscoli in minuscoli * [-]ixany permette a qualsiasi carattere di far ripartire l'output, non solo al carattere di start [-]ixoff abilita l'invio dei caratteri di start/stop [-]ixon abilita il controllo di flusso XON/XOFF [-]parmrk indica gli errori di parità (con una sequenza 255-0-carattere) [-]tandem come [-]ixoff * [-]ocrnl converte carriage return in newline * [-]ofdel usa per il riempimento caratteri di delete invece di null * [-]ofill usa caratteri di riempimento (padding) invece di temporizzazioni per i ritardi * [-]olcuc converte i caratteri minuscoli in maiuscoli * [-]onlcr converte newline in carriage return-newline * [-]onlret newline esegue un carriage return * [-]onocr non stampa i carriage return nella prima colonna [-]opost postprocessa l'output * tabN stile del ritardo del tab orizzontale, N in [0..3] * tabs come tab0 * -tabs come tab3 * vtN stile del ritardo del tab verticale, N in [0..1] * eol2 CAR CAR alternativo per terminare la riga erase CAR CAR cancellerà l'ultimo carattere digitato intr CAR CAR invierà un signale di interrupt kill CAR CAR cancellerà la riga corrente * lnext CAR CAR inserirà il CARattere successivo in modo letterale quit CAR CAR invierà un segnale di quit * rprnt CAR CAR ridisegnerà la riga corrente start CAR CAR farà ripartire l'input dopo averlo fermato * rows N dice al kernel che il terminale ha N righe * size stampa il numero di righe e colonne secondo il kernel speed stampa la velocità del terminale time N con -icanon, imposta a N decimi di secondo il timeout in lettura Montato su gruppi= fa %%%c: direttiva non valida%e %b %Y%e %b %H:%Mgiornigiornoutentiutente%s -> %s (annullamento backup) %s e %s sono lo stesso file%s ha cambiato dispositivo/inode%s esiste ma non è una directory%s ha il tipo di file sconosciuto%s è una directoryentrati %s+%s record usciti %s+%s record %s: Il file esiste%s: Questo utente non esiste%s: manca un operatore binario %s: si possono fare link simbolici relativi solo nella directory corrente%s: impossibile trovare un nome di utente per l'UID %u %s: impossibile sovrascrivere una directory%s: impossibile rimuoverlo%s: impossibile riavvolgere%s: impossibile distruggere un descrittore di file append only%s: impossibile azzerare il modo non bloccante%s: entrare nella directory %s? %s: entrare nella directory protetta dalla scrittura %s? %s: errore durante il troncamento%s: errore di scrittura all'offset %s%s: aspetta un valore numerico%s: il file ha dimensioni negative%s: file troppo grande%s: non è possibile fare un hard link a una directory%s: opzione illecita -- %c %s: dimensione del file non valida%s: tipo di file non valido%s: numero di passi non valido%s: opzione non valida -- %c %s: process id non valido%s: segnale non valido%s: sono stati specificati segnali multipli%s: non ci sono informazioni sulle dimensioni di questo dispositivo%s: l'opzione `%c%s' non accetta argomenti %s: l'opzione `%s' è ambigua %s: l'opzione `%s' richiede un argomento %s: l'opzione `-W %s' non accetta argomenti %s: l'opzione `-W %s' è ambigua %s: l'opzione richiede un argomento -- %c %s: sovrascrivo %s ignorando il modo %04lo? %s: sovrascrivo %s? %s: passo %lu/%lu (%s)...%s: passo %lu/%lu (%s)...%s%s: passo %lu/%lu (%s)...%s/%s %d%%%s: rimuovere %s %s? %s: rimuovere il %s protetto dalla scrittura %s? %s: rimosso%s: rimozione%s: rinominato in %s%s: sostituire %s? %s: la directory obiettivo specificata non è una directory%s: l'obiettivo specificato non è una directory%s: impossibile eseguire tutte le operazioni richieste%s: manca un operatore unario %s: opzione `%c%s' non riconosciuta %s: opzione `--%s' non riconosciuta %s: valore non completamente convertito%s: attenzione: fare un hard link a un link simbolico non è portabile%s:%lu: riga non valida; manca il secondo token%s:%lu: parola chiave non riconosciuta %s%simpossibile leggere la tabella dei file system montati'manca ')' manca ')', trovato %s * filesystem che hanno cache temporanee, come i client NFS 3 * filesystem compressi Inoltre, i backup dei file system e i mirror remoti possono contenere copie dei file impossibili da rimuovere e che permetterebbero di recuperare un file distrutto. * filesystem con logging o journaling come quelli forniti con AIX e Solaris (e JFS, ReiserFS, XFS, ext3, ecc...) * filesystem che scrivono dati ridondanti e continuano a scrivere anche se alcune scritture falliscono, come i file system basati su RAID * filesystem che fanno snapshot, come quello dei server NFS di Network Appliance , load average: %.2f-ef non accetta -l -nt non accetta -l -ot non accetta -l ??? ATTENZIONE: ricordare che shred si basa su una importante supposizione, cioè ""che il filesystem sovrascriva i dati dove stanno. Questo è il metodo tradizionale, ma molti filesystem progettati modernamente non soddisfano questa supposizione. Questi sono esempi di file system su cui shred non ha effetto: COMMENTOChiama la funzione link per creare un link chiamato FILE2 a un FILE1 esistente. Chiama la funzione unlink per rimuovere il FILE indicato. Cambia lo user id e il group id efficaci a quelli dell'UTENTE. -, -l, --login rende la shell una shell di login -c, --commmand=COMANDO passa con -c un COMANDO singolo alla shell -f, --fast passa -f alla shell (per csh o tcsh) -m, --preserve-environment non reinizializza le variabili d'ambiente -p come -m -s, --shell=SHELL lancia SHELL se /etc/shells lo permette Copia SORGENTE su DESTINAZIONE, o SORGENTI multiple nella DIRECTORY. Copia un file, convertendolo e formattandolo secondo le opzioni. bs=BYTE forza ibs=BYTE e obs=BYTE cbs=BYTE converte BYTE byte per volta conv=PAROLE converte il file secondo la lista di PAROLE chiave separate da virgole count=BLOCCHI copia dall'input solo un certo numero di BLOCCHI ibs=BYTE legge BYTE byte per volta Copia lo standard input a ogni FILE e allo standard output. -a, --append accoda ai FILE specificati, non sovrascrive -i, --ignore-interrupts ignora i segnali di interruzione Crea un link all'OBIETTIVO specificato con il NOME_LINK opzionale. Se LINK_NAME è omesso, un link con lo stesso nome dell'OBIETTIVO è creato nella directory ""corrente. Quando si usa la seconda forma con più di un OBIETTIVO, l'ultimo argomento deve essere una DIRECTORY; crea nella DIRECTORY un link a ogni OBIETTIVO. Normalmente crea hard link, crea link simbolici con --symbolic. Quando crea hard link, ogni OBIETTIVO deve esistere. Crea pipe con nome (FIFO) con il NOME dato. Crea la/le DIRECTORY, se non esistono già. Crea il file speciale nome del TIPO dato. Diagnostica costrutti non portabili nel NOME -p, --portability verifica per tutti i sistemi POSIX, non solo per questo Directory: Mostra lo stato di un file o filesystem -f, --filesystem mostra lo stato del filesystem invece che del file -c --format=FORMATO usa il FORMATO indicato invece di quello predefinito -l, --link segue i link -t, --terse stampa le informazioni in forma sintetica Visualizza l'ora corrente nel FORMATO specificato, o imposta la data di sistema. -d, --date=STRINGA visualizza l'ora descritta da STRINGA, non `now' -f, --file=DATEFILE come --date una volta per ogni riga di DATAFILE -ITIMESPEC, --iso-8601[=TIMESPEC] stampa una stringa di data/ora nel formato ISO-8601. TIMESPEC=`date' per la sola data, `hours', `minutes', o `seconds' per la data e l'orario con la precisione indicata. --iso-8601 senza TIMESPEC userà `date'. USCITAStampa la STRINGA sullo standard output. -n non stampa il newline finale -e abilita l'interpretazione delle sequenze di caratteri protette da backspace indicate sotto -E disabilita l'interpolazione di queste sequenze in STRINGA Forza la scrittura su disco dei blocchi cambiati, aggiorna il super block. INATTIVOInatt.Nella vita reale: Nelle prime due forme copia ORIGINE in DEST o ORIGINE multipli nella DIRECTORY esistente, impostando contemporaneamente i permessi e il proprietario/gruppo. Nella terza forma crea tutti i componenti della/e DIRECTORY indicata/e. LINEAElenca informazioni sui FILE (predefinito: la directory corrente). Ordina alfabeticamente le voci se non è usato uno di -cftuSUX oppure --sort. "" LoginNome di login: NOMEStampa i comandi per impostare la variabile di ambiente LS_COLORS Determina il formato dell'output: -b, --sh, --bourne-shell stampa istruzioni per la Bourne shell -c, --csh, --c-shell stampa istruzioni per la C shell -p, --print-database stampa le impostazioni predefinite --help mostra questo aiuto ed esce --version stampa le informazioni sulla versione ed esce Stampa chi è attualmente connesso basandosi su FILE. Se non è specificato il FILE, usa %s. %s è comunemente usato come FILE. Sovrascrive ripetutamente i FILE specificati in modo da rendere più difficile recuperare i dati anche con indagini hardware molto costose. PIDPassword:Plan: Stampa gli ARGOMENTI secondo il FORMATO. Stampa il NOME rimuovendo tutte le componenti di directory iniziali. Se specificato, rimuove anche il SUFFISSO finale. Stampa NOME rimuovendo la /componente finale; se NOME non contiene un /, stampa `.' (intendendo la directory corrente). Stampa alcune informazioni sul sistema. Senza una OPZIONE è come fosse -s. -a, --all stampa tutte le informazioni, nel seguente ordine: -s, --kernel-name stampa il nome del kernel -n, --nodename stampa l'hostname del nodo di rete -r, --kernel-release stampa la release del kernel Stampa informazioni su NOMEUTENTE o sull'utente corrente. -a ignorato, per compatibilità con altre versioni -g, --group stampa solo l'ID del gruppo -G, --groups stampa solo i gruppi supplementari -n, --name stampa un nome invece di un numero, per -ugG -r, --real stampa l'ID reale invece dell'ID efficace, per -ugG -u, --user stampa solo l'ID dell'utente Stampa i numeri dal PRIMO all'ULTIMO con passo INCREMENTO. -f, --formato FORMATO usa lo stile di printf(3) per FORMATO (pred. %g) -s, --separator STRINGA usa STRINGA per separare i numeri (pred. \n) -w, --equal-width uguaglia le larghezze aggiungendo zeri iniziali Stampa o modifica le caratteristiche del terminale. -a, --all stampa tutte le impostazioni correnti in un formato comprensibile -g, --save stampa tutte le impostazioni correnti in un formato leggibile da stty -F, --file=DEVICE apre e usa il device specificato invece di stdin Stampa l'ora corrente, da quanto tempo il sistema è attivo, il numero di utenti sul sistema e il numero medio di processi nella coda di esecuzione negli ultimi 1, 5 e 15 minuti. Se non è specificato il FILE usa %s. %s è comunemente usato come FILE. Stampa il nome del file del terminale connesso allo standard input. -s, --silent, --quiet non stampa niente, restituisce solo uno stato d'uscita Stampa il nome file completo dell'attuale directory di lavoro. Stampa il nome dell'utente corrente. Stampa i fattori primi di ogni NUMERO. Stampa il nome dell'utente associato all'attuale user id efficace. Uguale a id -un. Project: Rimuove le DIRECTORY, se vuote. --ignore-fail-on-non-empty ignora ogni errore causato dal solo fatto che la directory non è vuota Rinomina ORIGINE in DEST o sposta ORIGINE nella DIRECTORY. Stampa in continuazione una riga con tutte le STRINGA specificate oppure `y'. Esegue il COMANDO con una priorità di scheduling modificata. Se manca il COMANDO stampa la priorità di scheduling corrente. Il valore predefinito per AGGIUSTAMENTO è 10. Il campo varia tra -20 (priorità massima) e 19 (minima). -n, --adjustment=AGGIUSTAMENTO come -AGGIUSTAMENTO Esegue il COMANDO con la root directory impostata a NUOVAROOT. Manda segnali ai processi o elenca i segnali. Imposta LC_ALL='C' per aggirare il problema.Imposta nell'ambiente ogni NOME a VALORE ed esegue il COMANDO. -i, --ignore-environment inizia con un ambiente vuoto -u, --unset=NOME rimuove la variabile dall'ambiente Shell: Mostra informazioni sul filesystem su cui risiede ogni FILE, oppure su tutti ""i filesystem se FILE non è specificato. Riassume l'uso del disco di ogni FILE, ricorsivamente per le directory. ORAIl suffisso dei backup è ~, a meno che sia impostato con --suffix oppure SIMPLE_BACKUP_SUFFIX. Il metodo di controllo di versione può essere scelto con l'opzione --backup o la variabile di ambiente VERSION_CONTROL. I valori sono: Usare `%s --help' per ulteriori informazioni. Errore di sistema sconosciutoAggiorna gli orari di accesso e modifica di ogni FILE a quello attuale. Uso: %s o: %s OPZIONE Stampa l'identificativo numerico (in esadecimale) dell'host corrente. Uso: %s ESPRESSIONE o: %s OPZIONE Uso: %s FILE o: %s OPZIONE Uso: %s FILE1 FILE2 o: %s OPZIONE Uso: %s FORMATO [ARGOMENTO]... o: %s OPZIONE Uso: %s NOME o: %s OPZIONE Uso: %s NOME [SUFFISSO] o: %s OPZIONE Uso: %s [OPZIONE] NUOVAROOT [COMANDO...] o: %s OPZIONE Uso: %s NUMERO[SUFFISSO]... o: %s OPZIONE Fa una pausa di NUMERO secondi. SUFFISSO può essere `s' per secondi (predef.), `m' per minuti, `h' per ore o `d' per giorni. Diversamente dalla maggior parte delle altre implementazioni, che richiedono che NUMERO sia un intero, qui può essere un numero in virgola mobile arbitrario. Uso: %s [-F DEVICE] [--file=DEVICE] [IMPOSTAZIONE]... or: %s [-F DEVICE] [--file=DEVICE] [-a|--all] or: %s [-F DEVICE] [--file=DEVICE] [-g|--save] Uso: %s [-s SEGNALE | -SEGNALE] PID... o: %s -l [SEGNALE]... o: %s -t [SEGNALE]... Uso: %s [NOME] o: %s OPZIONE Stampa l'hostname del sistema. Uso: %s [NUMERO]... o: %s OPZIONE Uso: %s [OPZIONI] FILE [...] Uso: %s [OPZIONE] Uso: %s [OPZIONE]... DIRECTORY... Uso: %s [OPZIONE] FILE... Uso: %s [OPZIONE]... NOME... Uso: %s [OPZIONE] [[COMANDO [ARG]...] Uso: %s [OPZIONE]... Uso: %s [OPZIONE]... DIRECTORY... Uso: %s [OPZIONE]... FILE... Uso: %s [OPZIONE]... GRUPPO FILE... o: %s [OPZIONE]... --reference=RFILE FILE... Uso: %s [OPZIONE]... ULTIMO o: %s [OPZIONE]... PRIMO ULTIMO o: %s [OPZIONE]... PRIMO INCREMENTO ULTIMO Uso: %s [OPZIONE]... MODO[,MODO]... FILE... o: %s [OPZIONE]... MODO-OTTALE FILE... o: %s [OPZIONE]... --reference=RFILE FILE... Uso: %s [OPZIONE]... NOME TIPO [MAJOR MINOR] Uso: %s [OPZIONE]... NOME... Uso: %s [OPZIONE]... PROPRIETARIO[:[GRUPPO]] FILE... o: %s [OPZIONE]... :GRUPPO FILE... o: %s [OPZIONE]... --reference=RFILE FILE... Uso: %s [OPZIONE]... ORIGINE DESTINAZIONE o: %s [OPZIONE]... ORIGINE... DIRECTORY o: %s [OPZIONE]... --target-directory=DIRECTORY ORIGINE... Uso: %s [OPZIONE]... ORIGINE DEST (primo formato) o: %s [OPZIONE]... ORIGINE... DIRECTORY (secondo formato) o: %s -d [OPZIONE]... DIRECTORY (terzo formato) Uso: %s [OPZIONE]... OBIETTIVO... [NOME_LINK] o: %s [OPZIONE]... OBIETTIVO... DIRECTORY o: %s [OPZIONE]... --target-directory=DIRECTORY OBIETTIVO... Uso: %s [OPZIONE]... [ FILE ] Uso: %s [OPZIONE]... [ FILE | ARG1 ARG2 ] Uso: %s [OPZIONE]... [+FORMATO] o: %s [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]] Uso: %s [OPZIONE]... [-] [NOME=VALORE]... [COMANDO [ARG]...] Uso: %s [OPZIONE]... [-] [UTENTE [ARG]...] Uso: %s [OPZIONE]... [FILE]... Uso: %s [OPZIONE]... [FILE]... Uso: %s [OPZIONE]... [STRINGA]... Uso: %s [OPZIONE]... [NOMEUTENTE] Uso: %s [OPZIONE]... [UTENTE]... Uso: %s [STRINGA]... o: %s OPZIONE Uso: %s [VARIABILE]... o: %s OPZIONE Se non è specificata alcuna VARIABILE di ambiente le stampa tutte. Uso: %s [argomenti della riga di comando ignorati] o: %s OPZIONE Esce con un codice di stato indicante l'insuccesso. I nomi di queste opzioni non possono essere abbreviati. Uso: %s [argomenti della riga di comando ignorati] o: %s OPZIONE Esce con un codice di stato indicante il successo. I nomi di queste opzioni non possono essere abbreviati. Uso: %s formato [argomento...] ATTENZIONE: struttura di directory circolare. Questo significa quasi sicuramente che il file system è danneggiato. INFORMA IL TUO AMMINISTRATORE DI SISTEMA. La seguente directory è parte del ciclo: %s Attenzione: Attenzione: -i sarà rimosso in una versione futura; usa -uQuandoDove^[nN]^[sSyY]``%s' non è una directory`%s' non è un intero positivo validoun comando deve essere specificato con un aggiustamentoaccedo a %savanzamento di %s byte nel file di output %sdopo di -eqdopo di -gedopo di -gtdopo di -ledopo di -ltdopo di -nedopo -tamargomento %s ambiguo per %smanca un'argomento il backup di %s distruggerebbe l'origine; %s non copiatoil backup di %s distruggerebbe l'origine; %s non spostatotipo di backupprima di -eqprima di -geprima di -gtprima di -leprima di -ltprima di -nei file speciali a blocchi non sono gestitiimpossibile accedere a %simpossibile fare il backup di %simpossibile riassumere e contemporaneamente mostrare tutte le vociimpossibile cambiare il proprietario e/o il gruppo di %simpossibile cambiare i permessi di %simpossibile cambiare la root directory a %simpossibile entrare nella directory %simpossibile cambiarlo nel gruppo nulloimpossibile fare chdir da %s in %simpossibile fare chdir da %s a ..impossibile fare chdir alla root directorynon è possibile combinare i segnali con -l o -timpossibile confrontare i nomi di file %s e %simpossibile convertire U+%04X nel set di caratteri localeimpossibile convertire U+%04X nel set di caratteri locale: %simpossibile copiare la directory %s dentro sè stessa, %simpossibile copiare il link simbolico ciclico %simpossibile creare la directory %simpossibile creare il fifo %simpossibile creare l'hard link %s a %simpossibile creare il link %simpossibile creare il link %s a %simpossibile creare il file normale %simpossibile creare il file speciale %simpossibile creare il link simbolico %simpossibile creare il link simbolico %s a %simpossibile determinare il dispositivo e l'inode di %simpossibile determinare l'hostnameimpossibile trovare il nome del gruppo con ID %uimpossibile trovare il nome dell'utente con ID %uimpossibile fare fstat di %simpossibile determinare la directory correnteimpossibile determinare la prioritàimpossibile ottenere la lista dei gruppi supplementariimpossibile determinare il nome del sistemaimpossibile ottenere il gruppo di login di un UID numericoimpossibile ottenere l'oraimpossibile fare lseek in %simpossibile fare lstat di %simpossibile fare lstat di `.' in %simpossibile fare contermporaneamente hard link e link simboliciimpossibile creare la directory %simpossibile spostare %s in %simpossibile spostare %s in una subdirectory di sè stesso, %simpossibile spostare una directory in una non-directory: %s -> %simpossibile ottenere l'orario di %simpossibile omettere sia l'utente che il gruppoimpossibile aprire %s per la letturaimpossibile aprire la directory %simpossibile sovrascrivere la directory %simpossibile sovrascrivere la directory %s con una non-directoryimpossibile sovrascrivere la non-directory %s con la directory %simpossibile stampare solo i nomi o gli ID reali nel formato predefinitoimpossibile stampare solo l'utente e solo il gruppoimpossibile leggere le informazioni del file system per %simpossibile leggere l'orologio realtimeimpossibile leggere il link simbolico %simpossibile rimuovere %simpossibile rimuovere `.' o `..'impossibile rimuovere la directory %simpossibile eseguire stripimpossibile impostare la dataimpossibile impostare il group idimpossibile impostare i gruppiimpossibile impostare l'hostname a `%s'impossibile impostare l'hostname; questo sistema non ha questa funzionalitàimpossibile impostare i permessi di %simpossibile impostare i permessi della directory %simpossibile impostare i permessi del fifo %simpossibile impostare la prioritàimpossibile impostare l'orario di %simpossibile impostare lo user idimpossibile specificare l'orario da più di una fonteimpossibile fare stat di %simpossibile annullare il backup di %simpossibile scollegare %sil gruppo di %s è stato cambiato in %s il proprietario di %s è stato cambiato in %s il gruppo di %s è stato cambiatoproprietario di %s è stato cambiatoripristino dei permessi di %scarattere fuori dall'intervalloi file speciali a caratteri non sono gestiticambio orariochiusura di %schiusura del file di input %schiusura del file di output %scopia di file multipli, ma l'ultimo argomento %s non è una directoryimpossibile determinare l'ora di avviocrea un hard link %s a %screa il link simbolico %s a %sdirectory %s creatacreazione di %screazione della directory %screazione dell'hard link %s a %screazione del link simbolico %s a %sdirectoryla directory `%s' non è leggibiledivisione per zeroexit=impossibile cambiare il gruppo di %s in %s impossibile cambiare il modo di %s in %04lo (%s) impossibile cambiare il proprietario di %s in %s impossibile leggere gli attributi di %simpossibile preservare l'autore di di %simpossibile preservare il proprietario di %simpossibile preservare i permessi di %simpossibile preservare l'orario di %sfifoi file fifo non sono gestitiargomenti dei file mancantioffset del file fuori scalail tipo di file system %s è stato sia selezionato che esclusola chiamata di sistema fork è fallitala stringa di formato non può essere specificata quando si stampano stringhe a ugual larghezzagetpass: impossibile aprire /dev/ttylettura dei nuovi attributi di %snumero del gruppoil gruppo di %s è rimasto %s la funzione iconv non è disponibilela funzione iconv non è utilizzabileid=ignorata la larghezza di tabulazione non valida nella variabile di ambiente TABSIZE: %signorata la larghezza non valida nella variabile di ambiente COLUMNS: %sgli argomenti che non sono opzioni sono stati ignoratipassword sbagliatainstallazione di file multipli, ma l'ultimo argomento %s non è una directoryspostamento tra dispositivi fallito: %s in %s; impossibile rimuovere la destinazioneargomento %s non valido per %sargomento `%s' non validocarattere %s non valido nella stringa di modo %sconversione non valida: %sdata `%s' non validaformato di orario %s non validodispositivo %s %s non validoargomento in virgola mobile non valido: %sstringa di formato non valida: `%s'gruppo non validogruppo %s non validonome di gruppo %s non validonumero del gruppo non valido %sargomento intero `%s' non validolarghezza delle righe non valida: %smajor number del dispositivo %s non validoprofondità massima %s non validaminor number del dispositivo %s non validomodo non validomodo %s non validostringa di modo %s non validanumero %s non validoopzione non valida -- %copzione `%s' non validapriorità `%s' non validadimensioni di tabulazione non valide: %sintervallo di tempo non valido: `%s'formato dello stile di orario %s non validonome del set di caratteri universale \\%c%0*x non validoutente non validoutente %s non validolast=i major e minor numbers del dispositivo non possono essere specificati per i file FIFOmemoria esauritacoda di messaggimanca un `]' manca l'argomento per `%s'manca il file di destinazionemanca il file argomentomanca il numero esadecimale nella sequenza di escapeil modo di %s è diventato %04lo (%s) il modo di %s è rimasto %04lo (%s) sono state specificate opzioni -l o -t multipleil nome `%s' è lungo %ld; supera il limite di %ldné il link simbolico %s né il file di riferimento sono cambiati new_mode: modo l'argomento FILE non può essere usato con l'opzione per stampare il database interno di dircolorsmanca la variabile di ambiente SHELL e non è stata usata l'opzione per selezionare il tipo della shellnon è stato indicato il nome di un utente; quando si usa -l bisogna indicarne almeno unoargomenti non numericinon è un ttynon elenco la directory già elencata %sdirectory %s omessapuò essere specificato un solo dispositivoapertura di %sil proprietario di %s è rimasto %s il percorso `%s' contiene il carattere non portabile `%c'pmpreservato l'orario di %serrore di letturalettura di %s%s rimosso directory rimossa: %s rimuovere la directory `%s'? run-levelsemaforoimpostazione dei permessi di %simpostazione dell'orario di %soggetto di memoria condivisasalto il file %s perché è stato rimpiazzato mentre veniva copiatosocketl'obiettivo specificato, %s, non è una directorystandard inputstandard outputconfronto delle stringhe fallitostrip fallitolink simbolicoi link simbolici non sono gestibili da questo sistemaerrore di sintassiterm=manca un `+' davanti all'argomento `%s'; quando si usa un'opzione per specificare una o più date, qualsiasi argomento che non sia un'opzione deve essere una stringa di formato che inizia con `+'le opzioni per gli stili dell'output "comprensibile" e "leggibile da stty" sono mutuamente esclusivele opzioni per stampare il database interno di dircolors e per selezionare una sintassi di shell sono mutuamente esclusivele opzioni per stampare e impostare l'orario non possono essere usate insiemele opzioni per specificare la stampa di date sono mutualmente esclusivel'opzione strip non può essere usata per installare una directorytroppo pochi argomentitroppi argomentitroppi argomenti troppi argomenti che non sono opzioni: %s%stotalerecord troncatorecord troncatinon definitavalore non interpretabile nella variabile di ambiente LS_COLORSopzione %s non riconosciutaopzione %s=%s non riconosciutaprefisso non riconosciuto: %sl'utente %s non esisteuso la shell ristretta %sattenzione: %s: i caratteri che seguono la costante carattere sono stati ignoratiattenzione: --version-control (-V) è obsoleto; la gestione di questa opzione sarà rimossa in una versione futura. Usa --backup=%s al suo posto.attenzione: `touch %s' è obsoleto; usare `touch -t %04d%02d%02d%02d%02d.%02d'attenzione: impossibile cambiare la directory a %sattenzione: gli argomenti in eccesso sono stati ignorati, a partire da `%s'attenzione: il file di origine %s è stato specificato più di una voltaattenzione: --summarize è in conflitto con --max-depth=%dattenzione: --summarize è lo stesso che usare --max-depth=0attenzione: BRE non portabile: `%s': l'uso di `^' come primo carattere di un'espressione regolare semplice non è portabile; è ignoratowarning: working around lseek kernel bug for file (%s) of mt_type=0x%0lx -- see for the list of typesfile stranoquando vengono creati file speciali, devono essere specificati i major e minor numbers del dispositivoquando si fanno link multipli l'ultimo argomento deve essere una directoryquando vengono spostati più file l'ultimo argomento deve essere una directoryquando preserva i percorsi, la destinazione deve essere una directoryquando si specifica uno stile dell'output, non si possono impostare i modiimpossibile creare l'hard link %s alla directory %sil %1$s appena creato non sarà sovrascritto da %2$serrore di scritturascrittura di %sscrittura di %snumero di argomenti errato