Ok, I have instructions to i.e. export ABC=[/path/to/something.ext] in the command prompt in linux.

Is this a real path or do I need to add my own path in??? I see these "/path/to/.." statements pretty common and thought it could actually lead to the file immediately.

link|improve this question

2  
you add your own path... ABC should also be replaced. – Arctor Apr 7 '11 at 1:43
feedback

1 Answer

up vote 4 down vote accepted

It's an example path. You'd find the path that makes sense on your system. You would not use the brackets though. Obviously you could check on your system, ls /path/to/something.ext and ls would tell you the file didn't exist.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.