add missing regex
This commit is contained in:
10
release/B/scripts/show_arcompress
Executable file
10
release/B/scripts/show_arcompress
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
for i do
|
||||
x=`grep -n @header_end $i | awk -F: '{print $1}'`
|
||||
head -$x $i | sed s/compress_lz/raw/
|
||||
x=`expr $x + 1`
|
||||
tail +$x $i | zcat | sed s/
|
||||
//
|
||||
echo ""
|
||||
echo ""
|
||||
Reference in New Issue
Block a user