Search Results

Search: Posts Made By: Prasad Rao
4,625
Posted By Prasad Rao
This might also be helpful to you. ls -ltcR...
This might also be helpful to you.
ls -ltcR $HOME | grep -v "^total" | grep -v "^\/" | grep -v "^$"
3,620
Posted By Prasad Rao
Though this is not about Unix shell scripting,...
Though this is not about Unix shell scripting, here is my proposed solution.
It's completely a logic that you have to work using the sql functions available.
You can do it by taking max value of...
3,620
Posted By Prasad Rao
You may delete the records in Table2 first where...
You may delete the records in Table2 first where the common columns in two Tables are matched and condition on date field of first table is satisfied.

(I'm not sure with the DB2 would accept...
967
Posted By Prasad Rao
This might work for event in $(echo $event_list)
This might work
for event in $(echo $event_list)
10,206
Posted By Prasad Rao
I dont know about the db connection and execution...
I dont know about the db connection and execution of sql commands, but it seems that you are passing the my.sql itself as a parameter file to the dbaccess command.
17,359
Posted By Prasad Rao
Pipe the standard output of the df -h command to...
Pipe the standard output of the df -h command to sed and replace spaces with comma.
ex: (korn shell)
df -h | sed 's/ */,/g' >out.csv

I hope it would help
Showing results 1 to 6 of 6

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