Search Results

Search: Posts Made By: kishorebabu
11,849
Posted By kishorebabu
${bindir} vs $bindir
Hi everybody,
I have been going through a shell scripting book and I have been given a suggestion that says

${bindir} has an advantage over $bindir in the following scenario:
...
3,343
Posted By kishorebabu
read vs line
Hi everybody,
I have written a script that parses a file line by line.

I have used 2 methods.
1 using read function and the other using line function.

I timed both scripts and what I have...
1,369
Posted By kishorebabu
help with grep
Hi everybody,

I am trying a command from Unix For Oracle DBAs.

The command goes:
cat oratab|grep \^$1|cut -f1 d:>filename

But I tried this command:
cat oratab|cut -f1 d:>filename

and...
13,356
Posted By kishorebabu
The book I was talking about is Unix for Oracle...
The book I was talking about is Unix for Oracle DBAs
13,356
Posted By kishorebabu
Its not a homework. I am going through a...
Its not a homework.

I am going through a tutorial and I have across this.

I tried the man pages, but couldn't really understand what it is talking about.
13,356
Posted By kishorebabu
use of xargs command
Hi Everybody,
Can you explain the difference between the following commands:

1. find . -print|xargs grep -i dba_2pc_pending

2. find . -print|grep -i dba_2pc_pending
Showing results 1 to 6 of 6

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