Search Results

Search: Posts Made By: mrmod
3,113
Posted By mrmod
...just because i love my good friend awk, here's...
...just because i love my good friend awk, here's that as a one liner

cat testfile | awk '{ split($2, b, ":"); if (b[2]+12 == 24) b[2]=00; split($1, d, "\/"); split(d[1], e, "\"");...
13,503
Posted By mrmod
you could put the lines in a file like...
you could put the lines in a file like 'mylittlelines' then for the directory where all these files are

for file in *
do
cat mylittlelines >> $file
done

or use find with something like
for...
4,750
Posted By mrmod
arch uname -m uname -a all will...
arch

uname -m

uname -a

all will give you the architecture.
Showing results 1 to 3 of 3

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