Make it!
A Sun Solaris Shell command: Test form : for f in &(find $something -type l); then each Yeah, make the mistake.
So on Solaris, We should use: for f in `find $something -type l`; then each Yeah. Then we are right.
Also this:
if [ -e "$something" ]; then each "yeah",
We should use:
if `which test` -e "$something"; then each "yeah".
We should get right!
No comments:
Post a Comment