![]() |
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 |
| Script to find all the files that contain any of the words present in another file | tsanthosh | Shell Programming and Scripting | 4 | 05-21-2008 02:29 AM |
| creating a file with a list | hinman | UNIX for Dummies Questions & Answers | 5 | 02-06-2007 04:25 PM |
| Creating User Accounts from a list in file | Laila Saif | Shell Programming and Scripting | 8 | 12-21-2005 11:23 AM |
| How one can list only the name of directories present in the directory by using ls co | amolpatil54321 | UNIX for Dummies Questions & Answers | 2 | 02-01-2004 12:38 PM |
| ksh: How to get latest file from a list of files in a directory | Jayathirtha | Shell Programming and Scripting | 1 | 06-24-2003 10:23 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi All,
I need to create a file which contains the list of all the files present in that directory. e.g., Code:
ls /export/home/user/*.dat > list_file.dat Code:
$ ls /export/home/user/*.dat > list_file.dat /export/home/user/*.dat: No such file or directory Code:
$ ls /export/home/user/*.dat /export/home/user/a.dat /export/home/user/b.dat /export/home/user/c.dat I am using KSH on a Sun Solaris 5.10 server. Please tell me in case more specifications are required. Thanks, Pranav |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|