![]() |
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 |
| How to find out the Process ID for particular one file | Bhuvan | Red Hat | 4 | 09-09-2008 01:32 PM |
| process the old file first | dsdev_123 | AIX | 2 | 03-25-2008 01:19 PM |
| how to kill process from file | naamas03 | Shell Programming and Scripting | 17 | 11-07-2005 04:14 AM |
| how to kill process from file | naamas03 | Post Here to Contact Site Administrators and Moderators | 1 | 09-16-2005 09:03 AM |
| process on file | FastMagister | High Level Programming | 0 | 06-20-2004 01:13 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Process all file
I have several file in the directory. I try to run a encrypt script but one file processed only.
Code:
data_files='Ma*.txt'
for file in $data_files
do
java Encrypt key.txt $data_files
done
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|