![]() |
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 |
| Recursive FTP -- here at last. | Perderabo | Shell Programming and Scripting | 52 | 03-25-2009 12:15 PM |
| Recursive SFTP | MohanTJ | Security | 1 | 05-19-2008 12:17 AM |
| Recursive grep | upstate_boy | UNIX for Dummies Questions & Answers | 16 | 05-18-2008 05:16 PM |
| recursive rcp | Nicol | Shell Programming and Scripting | 6 | 11-06-2003 11:52 AM |
| Recursive FTP | aslamg | UNIX for Dummies Questions & Answers | 1 | 03-08-2001 04:27 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
ls automatically does a recursive ls of dir
when i have a file and directry starting with same letter and i do a ls it does a recursive ls..
example output of ls -ltr -rw-r--r-- 1 root system 0 Jul 16 15:26 a drwxr-xr-x 2 root system 256 Jul 16 15:26 aa drwxr-xr-x 2 root system 256 Jul 16 15:26 bb -rw-r--r-- 1 root system 0 Jul 16 15:26 b output of ls -ltr a* -rw-r--r-- 1 root system 0 Jul 16 15:26 a aa: total 0 -rw-r--r-- 1 root system 0 Jul 16 15:26 insideaa it automaticaly goes inside aa dir and display the contents i just wanted the files or dir names startring with a* to be displayed |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|