Search Results

Search: Posts Made By: imrandec85
6,553
Posted By imrandec85
Thank you! Removing double quote and ` worked.
"command substitution" ($(...) or (deprecated) `...`) allows the output of a command to replace the command name. (c.f. man bash)
I guess frmcmp.batch.sh doesn't produce any output on stdout, so the...
6,553
Posted By imrandec85
Error : command not found
Hi ,

I am an Oracle developer. trying to write a shell script to compile all the forms that are modified in last 1 hour.

Script Body

cat cmp.sh
for f in `find ./*fmb* -mmin -60`; do...
1,844
Posted By imrandec85
Thank you RudiC and R. Singh
Thank you RudiC and R. Singh.

Both of your solutions meet my requirement.

I am not very fond of unix commands.Could you please explain what is actually happening in awk command.


awk...
1,844
Posted By imrandec85
I am not sure on how to use output of a command as search pattern in grep command
cut -c6-8 file1, the output of this command with be my search pattern to search file2.

I am not sure on how to use output of a command as search pattern in grep command.
1,844
Posted By imrandec85
Search pattern in a file taking input from another file
Hi,

Below is my requirement


File1:
svasjsdhvassdvasdhhgvasddhvasdhasdjhvasdjsahvasdjvdasjdvvsadjhv
vdjvsdjasvdasdjbasdjbasdjhasbdasjhdbjheasbdasjdsajhbjasbjasbhddjb...
2,006
Posted By imrandec85
Thanks RudiC & wisecracker. Solution provided by...
Thanks RudiC & wisecracker. Solution provided by both of you worked for me.

RavinderSingh13, I was facing some other issue using commands provided.
Problem: The cursor is moving to next line [>]...
2,006
Posted By imrandec85
Help required to Print Single quote into a file
Hi,

I need help in printing string enclosed with single quotes to a file.

I am trying to write a shell script which when run will create another script below is the script logic.


cat...
1,349
Posted By imrandec85
Thank you RudiC.
I was sure that awk could be used here but unaware of how it can be used.

Thanks for response.
1,349
Posted By imrandec85
Performance Issue - Shell Script
Hi,

I am beginner in shell scripting. I have written a script to parse file(s) having large number of lines each having multiple comma separated strings.
But it seems like script is very slow....
Showing results 1 to 9 of 9

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