Search Results

Search: Posts Made By: Soumyadip Dutta
7,187
Posted By Neo
HINT3: Here is a file from a Linux server: ...
HINT3:

Here is a file from a Linux server:


root@www:/etc/rc.d/init.d# ls
monitorix
root@www:/etc/rc.d/init.d# cat monito*
#!/bin/bash
#
# /etc/rc.d/init.d/monitorix
#
# Starts the...
1,792
Posted By Scrutinizer
Try: awk ' { for(i=1; i<=NF; i++)...
Try:

awk '
{
for(i=1; i<=NF; i++) {
if($i~/:20C::RELA/) f=i
if($i~/:20C::MITI/) {
s=$i
sub("[^/]*", x, s)
sub("//.*", s, $f)
}
}
}
...
1,792
Posted By RavinderSingh13
Hello Soumyadip Dutta, Welcome to forums, I...
Hello Soumyadip Dutta,

Welcome to forums, I hope you will enjoy learning and sharing knowledge here. Coming to your question, if your actual Input_file is same as sample shown then following may...
1,792
Posted By RavinderSingh13
Hello Soumyadip Dutta, You could HIT a...
Hello Soumyadip Dutta,

You could HIT a THANKS button here if you want to thank to a person for a useful post as post's left corner. Coming to your question now, if those values are NOT fixed...
Showing results 1 to 4 of 4

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