Difference between revisions of "Line"
Jump to navigation
Jump to search
↑ https://stackoverflow.com/a/9605450
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 25: | Line 25: | ||
* <code>[[grep .]]</code> | * <code>[[grep .]]</code> | ||
* [[Cisco IOS]]: <code>[[line vty]]</code> | * [[Cisco IOS]]: <code>[[line vty]]</code> | ||
+ | * [[End of line]] | ||
== See also == | == See also == |
Revision as of 14:52, 16 March 2023
This article is a Draft. Help us to complete it.
Count lines:
Merge every two lines:
cat /path/tofile.txt | paste -d " " - -
[1]cat /path/tofile.txt | xargs -n2 -d'\n'
Activities
Related
See also
line
,newline
,characters
,wc, column
, Add line, Concatenate lines, Ansible: lineinfile, rpl, sed -i- file, File system, directory,
touch
,mkdir
,ls
,ln
truncate
,fallocate
,split
,stat
, inode, File descriptor, superblock, block size (blockdev
),fuser
,lsof
,scrub
,chattr
, ulimit (nofiles),cp
,mv
,file (command)
,mkfifo
,chmod
Advertising: