NDSELECT(1) | User Commands | NDSELECT(1) |
ndselect - select lines and fields for numdiff
Usage: ndselect -h|--help|-v|--version or
ndselect [-b N][-e N][-s N][-F N][-L N][-I N][-S IFS][-D DELIMS][-O OSEP][-x][-l PATH][-o PATH] [FILE]
Print to standard output a subset of lines and fields from a given file.
The argument after the options is the name of the file to read from. The complete path of the file should be given, a directory name is not accepted. If no input file is specified, the program reads from the standard input.
Exit status: 0 in case of normal termination, -1 (255) in case of error
-b, --beginning, --start=N
-e, --end=N
-s, --step=N
-F, --first-field=N
-L, --last-field=N
-I, --increment=N
-S, --separators=IFS
-D, --delimiters=DELIMS
-O, --output-separator=OSEP
-x, --omit-empty-lines
-l, --warnings-to=PATH
-o, --output=PATH
-h, --help
-v, --version
Copyright © 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
2013, 2014, 2015, 2016, 2017 Ivano Primi <ivprimi@libero.it> License
GPLv3+: GNU GPL version 3 or later, see
<http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
The full documentation for ndselect is maintained as a Texinfo manual. If the info and ndselect programs are properly installed at your site, the command
should give you access to the complete manual.
January 2017 | ndselect 5.9.0 |