![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Redirect output | mpang_ | Shell Programming and Scripting | 1 | 08-15-2007 05:57 AM |
| how to redirect my output in a new terminal | Sayantan | SUN Solaris | 0 | 06-29-2007 03:01 AM |
| redirect output of FTP | kcaluwae | Shell Programming and Scripting | 4 | 06-23-2005 05:45 AM |
| redirect command output to variable | hugow | UNIX for Dummies Questions & Answers | 1 | 06-22-2005 03:43 AM |
| Is there a linux version of dos2unix command? | kymberm | UNIX for Dummies Questions & Answers | 4 | 05-29-2003 09:33 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
redirect output of dos2unix command
hi
I want to suppress the output of dos2unix command in my shell script. I'm using follwing command in my script dos2unix somefile >/dev/null But it's still showing output while executing the script.Please help me to sort this out Thanks |
| Forum Sponsor | ||
|
|
|
|||
|
hi
Quote:
hope u want to see only errors not exectued onces right??? try this dos2uix folder/*.* > text folder which contains files need for conversion. this should work. |
|
|||
|
Hello friends,
Thanks for your reply. I tried for dos2uix folder/*.* > text, 2>/dev/null, but none of them worked Actually it's not error. I need to avoid output like. dos2unix: converting file hosting-network-and-datacenter.html to UNIX format ... My code is given below Quote:
|
|||
| Google The UNIX and Linux Forums |