Search Results

Search: Posts Made By: arrals_vl
1,785
Posted By new_item
for i in *.gz ; do gunzip -d -c "$i" | 7za a -si...
for i in *.gz ; do gunzip -d -c "$i" | 7za a -si "${i/.gz/.7z}" ; doneIf you want you can add rm -f "$i" in loop in order to delete old archives, but it is not recommended. Better do it by hand...
2,064
Posted By Corona688
awk -F";" '! E[$2,$NF]++ { U[$NF]++ } END {...
awk -F";" '! E[$2,$NF]++ { U[$NF]++ } END { for(ERR in U) printf("%s\t%s\n", ERR, U[ERR]); }' filename

One of your "Failure"'s is actually a "Failure." though. Is that intentional?
Showing results 1 to 2 of 2

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