@menu
* File type tests:: -[bcdfhLpSt]
* Access permission tests:: -[gkruwxOG]
-* File characteristics tests:: -e -s -nt -ot -ef
+* File characteristics tests:: -e -s -nt -ot -ef
* String tests:: -z -n = !=
* Numeric tests:: -eq -ne -lt -le -gt -ge
* Connectives for test:: ! -a -o
foo=`expr $foo + 1`
@end example
-To print the non-directory part of the file name stored in
+To print the non-directory part of the file name stored in
@code{$fname}, which need not contain a @code{/}.
@example
expr $fname : '.*/\(^.*\)' '^|' $fname
listed below and the value can be given either literally, in hat
notation (@samp{^@var{c}}), or as an integer which may start with
@samp{0x} to indicate hexadecimal, @samp{0} to indicate octal, or
-any other digit to indicate decimal.
+any other digit to indicate decimal.
@cindex disabling special characters
@kindex u@r{, and disabling special characters}
@flindex nohup.out
@code{nohup} runs the given @var{command} with hangup signals ignored,
so that the command can continue running in the background after you log
-out.
+out.
Synopsis: