Search Results

Search: Posts Made By: mihirvora16
3,758
Posted By mihirvora16
Yeah that works just had to do --include great...
Yeah that works just had to do --include great going mate... really appreciate...
Thanks,...

Could you just point me to any advanced learning guided online? PM me the same. Thanks again
...
3,758
Posted By mihirvora16
No i dont want hour in the search criteria...
No i dont want hour in the search criteria basically i want to loop over all the hours of the day but just the pattern search should happen over a selected file i.e. ABC_<Date>_<Hour>.txt as the file...
3,758
Posted By mihirvora16
Thanks for the quick reply Chubler_XL let me try...
Thanks for the quick reply Chubler_XL let me try this out.

---------- Post updated at 11:46 AM ---------- Previous update was at 11:40 AM ----------




Now That worked pretty well, I was...
5,031
Posted By mihirvora16
Finding/Grep on files with date and hour in the file name
Hi,
I have a folder structure as follows,

DATA -> 2012-01-01 -> 00 -> ABC_2012-01-03_00.txt
-> 01 -> ABC_2012-01-03_01.txt
-> 02 -> ABC_2012-01-03_02.txt
...
3,758
Posted By mihirvora16
Finding/Grep on files with date and hour in the file name
Hi,
I have a folder structure as follows,

DATA -> 2012-01-01 -> 00 -> ABC_2012-01-03_00.txt
-> 01 -> ABC_2012-01-03_01.txt
-> 02 -> ABC_2012-01-03_02.txt
...
-> 23 -> ABC_2012-01-03_02.txt...
2,341
Posted By mihirvora16
SSH Process monitoring and Exit Status evaluation
Hi All,
I have a peculiar requirement as follows,
I have a some hosts on which i have to run a script, so i am using the following code piece

for i in $HOSTLIST
do
ssh ${i} "~/task.sh"
done...
15,704
Posted By mihirvora16
calling a shell script in background and wait using "wait" in while loop
Hi,
I am facing a strange issue,
when i call a script from my while loop in background it doesnt go in background, despite the wait i put below the whil loop it goes forward even before the process...
5,978
Posted By mihirvora16
scp/untar .tar file in parallel issue
Its the same version of OS and it doesnt happen always but occassionally it happens, and manually when i do it it wrks fine... mostly it wrks but sometimes it gives this? is it due to the matter that...
4,105
Posted By mihirvora16
scp/untar in parallel issue tar : Unexpected EOF in archive
Hi Guys,

I am facing a strange issue
while doing parallel (using & for background) scp/untar operation from my unix box to multiple unix boxes...
I am getting
tar : unexpected EOF in archive...
9,843
Posted By mihirvora16
I guess the following code snippet can help ...
I guess the following code snippet can help


#setting counter value
timeElapsed=1800
while [ "$messag" != "P" ]
loop
sleep 1800
messag=/status.sql
#incrementinc counter value...
5,978
Posted By mihirvora16
scp/untar .tar file in parallel issue
Hi Guys,

I am facing a strange issue
while doing parallel (using & for background) scp/untar operation from my unix box to multiple unix boxes...
I am getting
tar : unexpected EOF in archive...
9,485
Posted By mihirvora16
$HOSTNAME empty while invoking script using SSH
I tried it on the box but it still results in empty HOSTNAME Value
9,485
Posted By mihirvora16
I didnt get the link you provided... can you...
I didnt get the link you provided... can you explain in brief what can be the workaround?
9,485
Posted By mihirvora16
$HOSTNAME empty while invoking script using SSH
Hi,
I am unable to get $HOSTNAME value in a remote script when executed through SSH. Also the scripts hangs and doesnt return to the calling environment.

For instance

command -
ssh...
1,946
Posted By mihirvora16
Appending # to the start of specific line in a properties file
I dont want starts with, i want it to be something like,
I want to search 234 value and append # to the same line which contains the string 234

for instance

ABC=123
DEF=234
EFG=2356...
1,946
Posted By mihirvora16
Appending # to the start of specific line in a properties file
Hi,
I have the following file,

ABC.txt:

ABC=123
DEF=234
FGH=345


Based on my validation and conditional processing it is observed that i need to comment or append # before DEF=234

so...
Showing results 1 to 16 of 16

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