Search Results

Search: Posts Made By: murugesandins
2,403
Posted By murugesandins
Good comment from Robin. Instead of using...
Good comment from Robin.


Instead of using SIGTERM you can use other signal.
Following comment is only a sample:
C or CPP code using SIGUSR1 signal

when receiving SIGUSR1 it is writing...
1,483
Posted By murugesandins
116268178 + 4 needs to be 116268182 ? Having...
116268178 + 4 needs to be 116268182 ?
Having doubt on requirement?


/bin/awk 'BEGIN {
FS=OFS="\t";
}
match($NF,$(NF-1)) {
$3+=RLENGTH;
$3=$3OFS$3;
} 1' ./Input_file
1,200
Posted By murugesandins
You can use /bin/egrep or /bin/grep -E $...
You can use /bin/egrep or /bin/grep -E

$ /bin/egrep "19\/Jun\/2018:07:04|21\/Jun\/2018:21:30" datafile | /bin/egrep -v "^$"
41.27.21.19 - - [19/Jun/2018:07:04:28 +0000]
41.27.21.19 - -...
Showing results 1 to 3 of 3

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