Lines Matching full:nfrom
271 #define HELP_chvt "usage: chvt N\n\nChange to virtual terminal number N. (This only works in text mode.)\n\nVirtual terminals are the Linux VGA text mode displays, ordinarily\nswitched between via alt-F1, alt-F2, etc. Use ctrl-alt-F1 to switch\nfrom X to a virtual terminal, and alt-F6 (or F7, or F8) to get back.\n\n"
563 #define HELP_cut "usage: cut [-Ds] [-bcfF LIST] [-dO DELIM] [FILE...]\n\nPrint selected parts of lines from each FILE to standard output.\n\nEach selection LIST is comma separated, either numbers (counting from 1)\nor dash separated ranges (inclusive, with X- meaning to end of line and -X\nfrom start). By default selection ranges are sorted and collated, use -D\nto prevent that.\n\n-b select bytes\n-c select UTF-8 characters\n-C select unicode columns\n-d use DELIM (default is TAB for -f, run of whitespace for -F)\n-D Don't sort/collate selections\n-f select fields (words) separated by single DELIM character\n-F select fields separated by DELIM regex\n-O output delimiter (default one space for -F, input delim for -f)\n-s skip lines without delimiters\n\n"