Search Results

Search: Posts Made By: pokerino
1,093
Posted By pokerino
Hi, another way: VAR=$(find ${dir}...
Hi,

another way:

VAR=$(find ${dir} -type f -exec echo \"{}\"\: \; )
1,146
Posted By pokerino
Hi, try this: awk -F" " '/(916)/ {print...
Hi,

try this:

awk -F" " '/(916)/ {print "\t\t\t\t"$0} !/(916)/ {print $0}' filename
1,688
Posted By pokerino
use only bc without -l
use only bc without -l
12,700
Posted By pokerino
Hi, another way; cat YUORFILE.txt | awk...
Hi,

another way;

cat YUORFILE.txt | awk -F" " '{ if ( FNR == 1 ) {a=$0;getline} ; {print a"\t"$0;a=$0} }'
1,187
Posted By pokerino
Hi, try with reset
Hi,

try with reset
Showing results 1 to 5 of 5

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