Search Results

Search: Posts Made By: vj_76
21,107
Posted By vj_76
how to use GREP comaand to search strings in This OR That scenrio
Hi ,

Can anyone suggest how to use the Grep command to find multiple strings like kind of situation find 'black' or 'white' in file colors.txt

I tried : $ grep "black\|white" colors.txt

but...
22,360
Posted By vj_76
How to trim space in output variable ?
Hi ,
I have a code like this:

uid=scott
password=tiger
database=db01

cat >runid_val.sql<<-EOA
SET ECHO OFF
SET FEEDBACK OFF
SET HEADING OFF
SELECT trim(runid_seq.nextval) FROM dual;...
2,992
Posted By vj_76
Covert rows into one line data
Hi ,

I have a file (a.txt ) with data :

17
18
19

I wants to make file which will have data as :

17,18,19

Can anyone please suggest me the way or any code snippet.

Thanks in...
Showing results 1 to 3 of 3

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