![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Redirect output | mpang_ | Shell Programming and Scripting | 1 | 08-15-2007 08:57 AM |
| how to redirect my output in a new terminal | Sayantan | SUN Solaris | 0 | 06-29-2007 06:01 AM |
| redirect output of FTP | kcaluwae | Shell Programming and Scripting | 4 | 06-23-2005 08:45 AM |
| redirect command output to variable | hugow | UNIX for Dummies Questions & Answers | 1 | 06-22-2005 06:43 AM |
| Is there a linux version of dos2unix command? | kymberm | UNIX for Dummies Questions & Answers | 4 | 05-29-2003 12:33 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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 |
|
||||
|
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:
|
| Sponsored Links | ||
|
|