Search Results

Search: Posts Made By: kanagaraj
9,558
Posted By kanagaraj
Hi, In bash we can use decare instead of...
Hi,

In bash we can use decare instead of typeset but its options is limited.
declare: usage: declare [-afFirtx] [-p] [name[=value] ...]

I used functions , its worked fine
toUpper() { echo...
9,558
Posted By kanagaraj
Typeset conversion problem from ksh to bash
Hi,

typeset -l sgf # all lowercase letters
typeset -u SGF # all uppercase letters
sgf=$1
SGF=$sgf

these lines used in my scripts . It ran fine in ksh but when we convert this to bash it...
2,411
Posted By kanagaraj
thanks for all ---------- Post updated at...
thanks for all

---------- Post updated at 06:58 AM ---------- Previous update was at 06:56 AM ----------

Now i need to remove matched values and their related groups in a file only

file1...
2,411
Posted By kanagaraj
Remove matched values and their related groups
For each value in file1 it has to check in file2 and file3.
If value matched it has to delete that value and related group value
in file2 and file3.
In this example it takes A , deletes A and...
Showing results 1 to 4 of 4

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