![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum 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 |
| file zip,rar,tar,compress,uncompress,unzip,unrar | ismael xavier | UNIX Desktop for Dummies Questions & Answers | 1 | 04-14-2008 11:30 AM |
| uncompress files | diegoe | UNIX for Dummies Questions & Answers | 3 | 09-23-2003 09:29 AM |
| Unix compress-Wintel uncompress | rampart1 | UNIX for Advanced & Expert Users | 3 | 09-07-2003 01:33 AM |
| Recursive directory listing without listing files | psingh | UNIX for Dummies Questions & Answers | 4 | 05-10-2002 07:52 AM |
| uncompress pkzip files | Wing m. Cheng | UNIX for Dummies Questions & Answers | 2 | 10-22-2001 11:06 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Listing uncompress and compress files
How can i list uncompress files and compress those and also vice versa
suppose im listing the compressed files as ls -ltr *.Z. how can i list the uncompressed files using not *.Z. |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
ls -ltr | grep -v [.]Z$ |
|||
| Google The UNIX and Linux Forums |