Hi all,
I am attempting to remove a random line in a file. I am thinking that sed should do it something like this:
cat access | sed '/$choice/d' > access.new
Where $choice is a variable filled in by the user, but alas, it does not work.
Thanx in advance!
DT In order to prevent possible injury...
I have a list of equipment numbers like
MO531
MO532
....etc etc
Would like to convert them to read
'MO521','MO532', and so on.
Thanx in advance.
DT In order to prevent possible injury to yourself, or your computer, and to ensure readability, please do not smoke, eat, drink, spindle, bend...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.