Search Results

Search: Posts Made By: nua7
1,594
Posted By nua7
awk comparision between 2 files and substitution in third
Hi All,
I have two files in the following format.

File 1 :

1044|1|20121031|2910039.4|MR|201210|G1044|E
1082|2|20121031|1664662.84|MR|201210|G1082|E
1696|3|20121031|190801.5|MR|201210|G1696|E...
1,861
Posted By nua7
Thanks LMHmedchem But I need to do this in awk or...
Thanks LMHmedchem But I need to do this in awk or sed.

Also found another way of doing it , incase it is helpful for others.




awk -v input_file=file1 'BEGIN { FS="|";...
1,533
Posted By nua7
Hi, ping -c2 ip_address and check the status of...
Hi,
ping -c2 ip_address and check the status of the ping command by echo $?
if 0 then server is alive otherwise server is down.

check "man ping " for additional details.
1,721
Posted By nua7
Looks like your dest variable is wrong.Shouldn't...
Looks like your dest variable is wrong.Shouldn't it be like :


dest="/home/clint/backups'
Showing results 1 to 4 of 4

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