-
pwd
print working directory
-
hostname
my computer's network name
-
-
-
-
-
-
-
-
mv
move a file or directory
-
less
(*In Windows, the command is more)
page through a file
-
cat
(*In Windows, the command is type)
print the whole file
-
-
find
(*In Windows, dir-r)
find files
-
grep
(*In Windows, select-string)
find things inside files
-
man
(*In Windows, help)
read a manual page
-
apropos
(*In Windows, helpctr)
find what manual page is appropriate
-
env
look at your environment
-
echo
print some arguments
-
export
(* In Windows, set)
export/set a new environment variable
-
-
sudo
(* In Windows, runas)
DANGER! become super user root DANGER!
|
|