Search Results

Search: Posts Made By: demmith
2,964
Posted By bakunin
Don't worry, it happens to the best of us. ...
Don't worry, it happens to the best of us.

As a general rule: do not change directories inside a script at all (for exactly this reason, to avoid this confusion). Whenever you work on files make...
2,964
Posted By Don Cragun
Just to be sure we cover the obvious case, what...
Just to be sure we cover the obvious case, what output do you get from executing the command:
ls -l /LocalConfigMaster.pri
instead of the command:
ls -la
?

Just because your script changes...
2,964
Posted By bakunin
In general it is usually a good idea to just post...
In general it is usually a good idea to just post the information instead of telling us about it. The reason is: being a newcomer (as per your own admission) you might lack the knowledge of what is...
2,964
Posted By Don Cragun
Note that the command: cat ${outputarray } >...
Note that the command:
cat ${outputarray } > /some/file
may fail if any of the filenames in the array contain whitespace characters. To protect against this case, the following is usually safer:...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 06:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy