package get_line
Robustly select lines from file; can replace the head and tail shell commands and do even more
Install
Dune Dependency
Authors
Maintainers
Sources
v5.0.0.tar.gz
sha256=04bea98a18ecc1020a9bdbc73ef112fd6e4bb334227fbeef69f4a9f7e7218afb
md5=8cb09f69fa976c87d27c5c406beed84c
Description
usage: get_line {--range|-r} {+n|-n|i|i..j|i:j|i,j[,...]} [-i FILE] [--rand] [-v] (1 <= i [<= j] <= N; N = nb. lines in FILE)
-v invert the selection of lines (like 'grep -v') --rand randomize selected lines before writing them out -i where to read lines from (default=stdin) -o where to write lines to (default=stdout) {-r|--range} {+n|-n|i|i..j|i-j|i,j[,...]}: line selection policy; (+n => top n lines; -n => last n lines; n => only line n; i..j => lines i to j; i:j => top i lines and last j lines; i,j[,...] => only lines i,j,... {-help|--help} Display this list of options
Published: 05 Dec 2018
README
get_line
output a single line or a range of lines from a given file
Dev Dependencies
None
Used by (1)
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page