sed:file_spacing:triple_space_a_file
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
sed:file_spacing:triple_space_a_file [2020/08/15 10:45] – 192.168.1.1 | sed:file_spacing:triple_space_a_file [2020/08/15 10:46] (current) – 192.168.1.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== SED - File Spacing - Triple space a file ====== | ====== SED - File Spacing - Triple space a file ====== | ||
+ | |||
+ | <code bash> | ||
+ | sed ' | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Example ===== | ||
+ | |||
+ | Running that command again this file: | ||
+ | |||
+ | <file bash testfile> | ||
+ | aaa | ||
+ | bbb | ||
+ | ccc | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <file bash testfile> | ||
+ | aaa | ||
+ | |||
+ | |||
+ | bbb | ||
+ | |||
+ | |||
+ | ccc | ||
+ | |||
+ | |||
+ | </ | ||
sed/file_spacing/triple_space_a_file.1597488303.txt.gz · Last modified: 2020/08/15 10:45 by 192.168.1.1