Natanox@discuss.tchncs.de to linuxmemes@lemmy.worldEnglish · 15 days agoEasy, it's uuuuuuuuh…discuss.tchncs.deexternal-linkmessage-square58fedilinkarrow-up1510arrow-down15
arrow-up1505arrow-down1external-linkEasy, it's uuuuuuuuh…discuss.tchncs.deNatanox@discuss.tchncs.de to linuxmemes@lemmy.worldEnglish · 15 days agomessage-square58fedilink
minus-squarealienghic@slrpnk.netlinkfedilinkEnglisharrow-up1·edit-25 days agoThe transcription of D is wrong. It should be: sed 's/\([a-zA-Z]\+\)/\n&\n/g; s/\n\(.\)\(.*\)\(.\)\n/\3\2\1/g; s/\n//g' file.txt also D is correct, assuming file.txt contains a list of words one per line
The transcription of D is wrong. It should be:
sed 's/\([a-zA-Z]\+\)/\n&\n/g; s/\n\(.\)\(.*\)\(.\)\n/\3\2\1/g; s/\n//g' file.txt
also D is correct, assuming file.txt contains a list of words one per line