![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| to get the timestamp of files from the files and folders in Unix | kishan | HP-UX | 2 | 04-09-2008 05:20 AM |
| removing old files except configuration files and folders | jamcalicut | Shell Programming and Scripting | 1 | 11-09-2007 12:34 PM |
| List Files & Folders created/modified | tipsy | Shell Programming and Scripting | 2 | 10-24-2006 10:22 AM |
| How to Differentiate Between Files and Folders? | dgower2 | UNIX for Dummies Questions & Answers | 6 | 04-28-2006 09:10 AM |
| list folders but not symbolic links | esham | Shell Programming and Scripting | 7 | 04-14-2005 05:34 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi experts,
i wanna to list either file or folder. please help me Thanks (in advance) |
| Forum Sponsor | ||
|
|
|
|||
|
Thanks for reply
there are 6 files & 9 folder in my /home/jag/ folder so when i am running command this command to list files #find *.txt or find *.* then it shows 5 out off 6 files i want see all files second when i m running this command to view all folders #ls --hide=*.* it shows all folder excluding one which named as jag12.11.2007 i want to view files & folders again thanks for reply Please help me |