![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
find . -name "*display" -exec ux2dos {} > {}.txt \;
your problem arose from your redirection (>) target: output got redirected to *.txt which extends to a list of all .txt files in directory -> multiple targets -> shell got confused (and would probably not have acted properly if *.txt would extend to just one file) (no need to escape using '' on modern systems) |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|