echo this is a test | sed 's/a/my/'
echo this is not a test | sed -e 's/not //' -e 's/test/another test/'
echo test12345 | sed 's/\([a-z]*\).*/\1/'
dd if=/dev/sda | sed 's/Marry/Sally/g' | dd of=/dev/sda
sed '3a Text to append' myfile
echo "54321 test" | sed 's/[0-9]*/& &/'
echo hi | sed 's/\(h\)\(i\)/\2\1/g'
1,$s/\(^.*$\)/#\1/3 mhí, 1 seachtain ó shin kxdemon 2 |
sed -i "" 's/find/replace/g' views.py
sed -i 's/test/NewSTR/g' myfile2 bliain, 4 mhí ó shin john2 0 | sonraí |
echo hi | sed 's/i/sometext&&&&&&&/'
zipinfo -T storage | sort -nr -k 7 | sed 15q