|
vdir(1) -- list directory contents
|
List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuSUX nor --sort. -a, --all do not hide entries starting with . -A, --almost-all do not l... |
vim(1) -- Vi IMproved, a programmers text editor
|
Vim is a text editor that is upwards compatible to Vi. It can be used to edit all kinds of plain text. It is especially useful for editing programs. There are a lot of enhancements above Vi: multi lev... |
|
vimdiff(1) -- edit two or three versions of a file with Vim and show differences
|
Vimdiff starts Vim on two (or three) files. Each file gets its own window. The differences between the files are highlighted. This is a nice way to inspect changes and to move changes from one version... |
vimtutor(1) -- the Vim tutor
|
Vimtutor starts the Vim tutor. It copies the tutor file first, so that it can be modified without changing the original file. The Vimtutor is useful for people that want to learn their first Vim comma... |
vt-is-UTF8(1) -- check whether current VT is in UTF8- or byte-mode.
|
vt-is-UTF8 checks whether the current VT is in UTF8 mode, by writing (and erasing afterwards) a 3-byte-long UTF8 sequence, and looking how much chars where displayed by the console driver. A message t... |
w.procps(1) -- Show who is logged on and what they are doing.
|
w displays information about the users currently on the machine, and their processes. The header shows, in this order, the current time, how long the system has been running, how many users are curren... |
wall(1) -- write a message to users
|
Wall displays the contents of file or, by default, its standard input, on the terminals of all currently logged in users. Only the super-user can write on the terminals of users who have chosen to den... |
watch(1) -- execute a program periodically, showing output fullscreen
|
watch runs command repeatedly, displaying its output (the first screenfull). This allows you to watch the program output change over time. By default, the program is run every 2 seconds; use -n or --i... |
wc(1) -- print the number of bytes, words, and lines in files
|
Print line, word, and byte counts for each FILE, and a total line if more than one FILE is specified. With no FILE, or when FILE is -, read standard input. -c, --bytes, --chars print the byte counts -... |
whatis(1) -- display manual page descriptions
|
Each manual page has a short description available within it. whatis searches the manual page names and displays the manual page descriptions of any name matched. name may contain wildcards (-w) or be... |
whereis(1) -- locate the binary, source, and manual page files for a command
|
whereis locates source/binary and manuals sections for specified files. The supplied names are first stripped of leading pathname components and any (single) trailing extension of the form .ext, for e... |
which(1) -- locate a command
|
which returns the files which would be executed had its arguments been given as commands. Debian GNU/Linux 15 May 1997 WHICH(1) |
whiptail(1) -- display dialog boxes from shell scripts
|
whiptail is a program that will let you to present a variety of questions or display messages using dialog boxes from a shell script. Currently, these types of dialog boxes are implemented: yes/no box... |
who(1) -- show who is logged on
|
-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 -i, --idle add idle time as HOURS:MINUTES... |
whoami(1) -- print effective userid
|
Print the user name associated with the current effective user id. Same as id -un. --help display this help and exit --version output version information and exit |