Search Results

Search: Posts Made By: amit_arora
4,970
Posted By amit_arora
Its IBM AIX 5.1. But any pointers ?
Its IBM AIX 5.1.
But any pointers ?
4,970
Posted By amit_arora
Hi, Thanks for your reply. The above is...
Hi,
Thanks for your reply.
The above is working fine in standalone basis,
When I try to assign this to a variable, the same error comes :-
$1= echo
var1=`echo "D:\FXT\ABC.TXT" | sed...
4,970
Posted By amit_arora
Special character \
Hi,
In the shell script, i need to remove the special charater "\" with "\\". For example, i need to replace "D:\FXT\ABC.TXT" with "D:\\FXT\\ABC.TXT".

However, when trying to do something like ,...
1,901
Posted By amit_arora
Hi, Why dont you use "CASE" statement instead...
Hi,
Why dont you use "CASE" statement instead of "IF". The case statement is always preferred when there are many items to select from instead of using a large if/elif/else statement. It is usually...
3,627
Posted By amit_arora
Hi, Can you check on the below link :- How...
Hi,
Can you check on the below link :-

How do I interact with Oracle via the UNIX Korn shell? - Oracle: Oracle release - 8 and 8i FAQ - Tek-Tips (http://www.tek-tips.com/faqs.cfm?fid=2220)

...
62,253
Posted By amit_arora
Thanks a lot Zaxxon for the help. This worked.
Thanks a lot Zaxxon for the help.
This worked.
62,253
Posted By amit_arora
awk sub command
Hi
I am new to awk, and want some input for the below :-

When trying "sub" function, i want to replace a text from abc.txt with a given input,
Eg :-
Input :
0019,ABC,data1
0019,ABC,data1...
20,128
Posted By amit_arora
Just type "ed" while not in use. This will...
Just type "ed" while not in use. This will prevent the session from getting disconnected.

Use Ctrl-D to come out of the "ed" command typed earlier.
2,452
Posted By amit_arora
This link may help ...
This link may help
https://www.unix.com/shell-programming-scripting/37474-how-make-case-insensitive-checks.html
Showing results 1 to 9 of 9

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