Difference between revisions of "Line"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Draft}}
 
 
[[wikipedia:line]]
 
[[wikipedia:line]]
  
Line 16: Line 15:
 
Add line:
 
Add line:
 
* {{add line}}
 
* {{add line}}
 +
 +
[[Remove first line]]:
 +
* <code>[[tail -n +2]]</code>
  
 
== Activities ==
 
== Activities ==
Line 25: Line 27:
 
* <code>[[uniq]]</code>
 
* <code>[[uniq]]</code>
 
* <code>[[echo -n]]</code>
 
* <code>[[echo -n]]</code>
* [[Remove first line]]: <code>[[tail -n +2]]</code>
 
 
* <code>[[grep .]]</code>
 
* <code>[[grep .]]</code>
 
* [[Cisco IOS]]: <code>[[line vty]]</code>
 
* [[Cisco IOS]]: <code>[[line vty]]</code>
 
* [[End of line]]
 
* [[End of line]]
 +
* [[Line, Instant Messaging]]
  
 
== See also ==
 
== See also ==

Latest revision as of 08:40, 29 June 2024

wikipedia:line

Count lines:

Concatenate lines:

New line:

Merge every two lines:

  • cat /path/tofile.txt | paste -d " " - -[1]
  • cat /path/tofile.txt | xargs -n2 -d'\n'

Add line:

  • grep -qxF 'your text "additional text"' yourfile.txt || echo 'your text "additional text"' >> yourfile.txt

Remove first line:

Activities[edit]

Related[edit]

See also[edit]

  • https://stackoverflow.com/a/9605450
  • Advertising: