August 2000
Intermediate to advanced
816 pages
29h 45m
English
:
:
Null command. Returns an exit status of 0. Sometimes used as the first character in a file to denote a bash script. Shell variables can be placed after the : to expand them to their values.
Check whether someone is logged in:
if who | grep $1 > /dev/nullthen : # do nothing# if pattern is foundelse echo "User $1 is not logged in"fi
Read now
Unlock full access