I'd prefer to edit TestFile in place to get the desired output. How could I do this? This is a work box so I'd prefer to not have to install additional packages.
TestFile:
randomcollege-nt\jsmith90
randomcollege-nt\aakhbar91
randomcollege-nt\pmanning92
randomcollege-nt\dvader93
jshephard94
bwayne95
Desired output:
jsmith90
aakhbar91
pmanning92
dvader93
jshephard94
bwayne95
sed 's/.*[\]//' /path/to/fileName
– αғsнιη Sep 06 '14 at 17:32