Search Results

Search: Posts Made By: GERMANICO
3
1,763
Posted By GERMANICO
Describe a bit more in detail what you want to...
Describe a bit more in detail what you want to do, thanks.
11,863
Posted By GERMANICO
another solution
without the command "gzip" but with the command "gzcat"...
it is faster...:b:

for files in *.gz
do
FILE=`echo ${files} | cut -d"." -f1`
gzcat ${files}| tail +2 > ${FILE}
mv ${files}...
10,349
Posted By GERMANICO
If ksh shell scripting make your config file ...
If ksh shell scripting make your config file

touch init.cfg

init.cfg:

#formulations properties (to shape without spaces and with separator "="
#...
Showing results 1 to 3 of 3

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