Sed (Stream EDitor) is a command line editor for POSIX environment.
I am using sed to replace a line with NULL in a file. The command i used is sed -i "…
unix sed solarisI have to fetch one specific line out of a big file (1500000 lines), multiple times in a loop over multiple …
bash sed benchmarking head catI want to sanitise some input and replace several characters with acceptable input, e.g. a Danish 'å' with …
regex sed sublimetext2 regex-groupDoes sed -i work on AIX? If not, how can I edit a file "in place" on AIX?
sed aixTo simplify the discussion, let N = 3. My current approach to extracting the last three characters of every line in a …
bash command-line awk sed cut