Search Results

Search: Posts Made By: kannanatlinux
4,059
Posted By kannanatlinux
Try this find . -type f ! -name "*.bz2" !...
Try this

find . -type f ! -name "*.bz2" ! -name "*~" -name "catalina.*" | xargs awk '/xxx/&&/xx\|xx\|xx\|xx/&&/status/'
988
Posted By kannanatlinux
sort -n file |awk -F"t" '{id=$1;if(id ==...
sort -n file |awk -F"t" '{id=$1;if(id == pid){print prev;print $0;}prev=$0;pid=$1;}' |uniq
7,798
Posted By kannanatlinux
put the mailx command after done.grep -q...
put the mailx command after done.grep -q DIFFERENT log.txt && mailx -s "IP DIFFERENT" < log.txt "
1,262
Posted By kannanatlinux
sh myscript.sh If executable bit is set you can...
sh myscript.sh
If executable bit is set you can also use if your script in present working directory.
./myscript.sh
20,451
Posted By kannanatlinux
Just try this query.insert into...
Just try this query.insert into soweto(name,surname,dob,age) values ('$name','$surname','$dob','$age');
or
insert into soweto values(' ','$name','$surname','$dob','$age');
Showing results 1 to 5 of 5

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