Search Results

Search: Posts Made By: gkalangi
2,989
Posted By gkalangi
1) You can set the silent parameter of...
1) You can set the silent parameter of sqlldr;like

sqlldr aaa/sss@asas control=load.ctl silent=all

I am not sure about the rest!
13,212
Posted By gkalangi
I got that vgersh99! It could've been simpler: ...
I got that vgersh99! It could've been simpler:

sed '/^\./ d' file > filenew
13,212
Posted By gkalangi
You could also use sed: cat file|sed '/^\./...
You could also use sed:

cat file|sed '/^\./ d' > filenew
4,129
Posted By gkalangi
Hi You can use this command: ls -R >...
Hi You can use this command:

ls -R > fileslist

Hope this is what you want!
2,322
Posted By gkalangi
Regular Expressions are just patterns...They do...
Regular Expressions are just patterns...They do not perform any functions...It is the commands like sed or tr that we use along with the regular expression performs the functions like...
1,768
Posted By gkalangi
Here is my liitle code. I hope this help. But i...
Here is my liitle code. I hope this help. But i am also a beginner in shell scripting. I thought i will just give it a try!

I have the text in file bb

/home/gkalangi$ cat bb
date FINAL_RESULT;...
Showing results 1 to 6 of 6

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