Search Results

Search: Posts Made By: bruceps
7,110
Posted By bruceps
renaming a compressed filename without .Z
I guess that I wasn't specific enough.

the script -
uncompress $1
mv `basename $1 .Z` newfilename

requires input of a file name. What I tried to say was
where ...
7,110
Posted By bruceps
renaming a compressed file to filename without .Z
In a shell script I would like to use a compressed file name, i.e. with suffix of .Z, as a file input $1. After the file in uncompressed, I would like to use the file name without the .Z . How do I...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 11:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy