Search Results

Search: Posts Made By: Dendany83
1,573
Posted By bartus11
Try this: #!/bin/awk -f BEGIN { FS =...
Try this: #!/bin/awk -f
BEGIN {
FS = ";";
x=0;
}
NF==1 && x==0{
x=1;
split($0,a," ");
print;
print "===================================" >>...
3,913
Posted By Corona688
.bash_history isn't updated at all until you quit...
.bash_history isn't updated at all until you quit your shell.
3,193
Posted By ygemici
# cat infile begin this is this is...
# cat infile
begin this is
this is ...................
that is.................
begin this is


# cat text
Device | IPMB0-A | IPMB0-B...
2,789
Posted By vgersh99
awk -F ';' '{print $1}' test.log
awk -F ';' '{print $1}' test.log
2,789
Posted By bartus11
Try: awk -F';' '{print $1}' test.log
Try: awk -F';' '{print $1}' test.log
Showing results 1 to 5 of 5

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