Search Results

Search: Posts Made By: gagan4599
17,024
Posted By gagan4599
Thank you very much.It really worked for us.
Thank you very much.It really worked for us.
17,024
Posted By gagan4599
Grep multiple strings in multiple files using single command
Hi,

I will use below command for grep single string ("osuser" is search string)

ex: find . -type f | xarg grep -il osuser

but i have one more string "v$session"

here i want to grep in...
17,463
Posted By gagan4599
Thank you very much "Franklin52" your given...
Thank you very much "Franklin52" your given command is working fine.

Hi Paarth,
"find . -type d -exec ls -ld {} \; | awk '{print $3,$9}' | grep -v oasitqtc" command is not working,
but if i...
17,463
Posted By gagan4599
How to display only Owner and directory/sub directory names under particular root
hai,
I am new to Unix, I have a requirement to display owner name , directory or sub directory name, who's owner name is not equal to "oasitqtc".
(here "oasitqtc" is the owner of the directory or...
6,560
Posted By gagan4599
Thanks a lot bartus, the above command is...
Thanks a lot bartus, the above command is fulfilling my requirement but when i execute i got below output

qtcdv:/apps/qtcdv/appl_top>find /apps/qtcdv/appl_top -type d -name "xx*" -a ! -name "xxk*"...
6,560
Posted By gagan4599
Hi Bartus11, Thank you for your quick response,...
Hi Bartus11,
Thank you for your quick response,

I need to execute the Unix command under APPL_TOP only.
when i executed below commands
(find /appl_top -type d -name "xx*" -a ! -name "xxk*" |...
6,560
Posted By gagan4599
Hi methyl, bartus11 is correct under...
Hi methyl,

bartus11 is correct under APPL_TOP i have directories like
au
po
xa
xpil
xxau
xxcfi
xxkin
xxcca
etc...

here i want only directories which are starting with "xx..." and it...
6,560
Posted By gagan4599
How to find 777 permisson is there or not for Directories and sub-directories
Hi All,

I am Oracle Apps Tech guy, I have a requirement to find 777 permission is there or not for all Folders and Sub-folders
Under APPL_TOP (Folder/directory) with below conditions
i) the...
3,232
Posted By gagan4599
The above command is working fine. Thanks a lot...
The above command is working fine.
Thanks a lot dr.house

Here i have one more requirement, what ever the output came into result.txt file i want to export the same data into excel (.xls) file is...
3,232
Posted By gagan4599
Hai Agn, the above command deleting lines...
Hai Agn,

the above command deleting lines and showing output at $ prompt, but when i opened the sample.txt file the lines are still there only.
I need to Remove the lines from the file and save....
3,232
Posted By gagan4599
How to remove a line from a file
./xxibe
./xxibe/11.5.0
./xxibe/11.5.0/admin
./xxcyb/11.5.0/reports/US
./xxkintana
./xxkintana/1016454
./xxkintana/1016454/backup
./xxkintana/1016454/updates
./xxcpf/11.5.0/xml_gw
./xxcse...
1,984
Posted By gagan4599
Thanks a lot Zaxxon
Thanks a lot Zaxxon
1,984
Posted By gagan4599
How to compare particular string, if it is equal put into a new file
Hi,
I have a file (sample.txt) this file contains below text.
./au
./11.5.0
./11.5.0/admin
./11.5.0/admin/driver
./po
./11.5.0
./11.5.0/admin
./11.5.0/admin/driver
./xxsbx/11.5.0/java/src...
Showing results 1 to 13 of 13

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