Wednesday, 11 September 2013

Errorhandling Bash Script

Errorhandling Bash Script

I'm not a master in Scripting, so I have to ask here :)
How can I implement an errorhandling for this:
find . -type f|sed 's_\.\/__' > $PATH
i.e. abort when this was not successfull.
Thank you very much in advance Thomas

No comments:

Post a Comment