![]() |
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 |
| please convert the below program into shell script | mail2sant | Shell Programming and Scripting | 3 | 04-10-2008 08:39 AM |
| Need help on C-shell script program | haze21 | Shell Programming and Scripting | 1 | 11-14-2007 09:04 PM |
| How to include shell script in C program | mridula | High Level Programming | 5 | 07-30-2006 03:13 AM |
| ftp files from Unix to Windows through shell program | whatisthis | Shell Programming and Scripting | 7 | 05-04-2005 09:28 AM |
| shell script program | jayaram_miryabb | Filesystems, Disks and Memory | 1 | 03-09-2005 08:12 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
suppose have different files
1.1 2.2 3.3 4.4 5.5 All the files have to run under the same command say tr -d '\n' so how to run all the files under the same command by using shell script |
|
||||
|
Quote:
and print the new files can i follow like that for d in abc, def, ghi, fdg, dgg do tr -d '\n' <$d >tmp mv tmp $d done or what else give option thanks |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|