Well, today was interesting. We were real busy at work and so for the second day in a row I was out moving and not in the warehouse. I don't like that as things get misplaced and such when there is no one knowledgable around in the warehouse (and Bruce is out for a few weeks as he had knee surgery). Drats
(
Read more... )
Comments 3
Reply
Through discussion, we came up with valid 3 answers to the rm -r problem.
1) Use the path of the file, so it isn't interpreted as a switch:
rm ./-r
2) List another file (a dummy file) before the -r file, so that it's past argument checking
rm dummy -r
3) Use the special - or -- switch to end argument checking
rm - -r
rm -- -r
#3 is documented at the end of the rm man file under the notes.
Overall, I don't see how the questions relate to your qualifications for the position. What was the job description?
Reply
Reply
Leave a comment