| Search: This Site | People | Departments | Penn State |
![]() |
![]() |
| contact | PRI news | directory | sitemap | home |
It's possible if you write a script. The script below should accomplish this.
#!/bin/sh for arg in $* do dos2unix $arg $arg doneTo execute : ./filename sdfsdf* (or whatever!)
where : filename = filename of the above script (needs to be executable too!)
sdfsdf* = the pattern of files that you want to apply the dos2unix command to.