Search Results

Search: Posts Made By: kumaar1986
10,602
Posted By kumaar1986
Thanks a lot. It worked great.
Thanks a lot. It worked great.
10,602
Posted By kumaar1986
Alternative for goto
#!/bin/sh
label:
echo sql poll
v=`sqlplus -s <<!
HR/HR
set pages 0 echo off feed off
select distinct status from
emp
where
id=5;
!
`
echo $v;
echo it comes here after false
if...
4,384
Posted By kumaar1986
@in2nix4life Thanks your code worked...
@in2nix4life Thanks your code worked well.@scrutinizer I have used your idea and implemented in my code now. Thanks a lot
4,384
Posted By kumaar1986
testval="${file%${file##???}}" this code splits...
testval="${file%${file##???}}"
this code splits the first three letters in the file name. How to split the last 3 letters in the code. Im trying to modify the code so i can use the file extension...
4,384
Posted By kumaar1986
@ rbatte1 thanks a lot. it worked finally. i will...
@ rbatte1 thanks a lot. it worked finally. i will go through the code and learn my mistakes. greet_sed thanks a lot for your input. my fault !! i should have mentioned which script im using.
4,384
Posted By kumaar1986
I cant post the exact data thats y i posted...
I cant post the exact data thats y i posted resampled test file names. i rechecked it again and im getting the same error. i tried your exact code and still getting the same error.
4,384
Posted By kumaar1986
Thanks for your response. Im getting this...
Thanks for your response. Im getting this following error when im running your code

`==' is not expected.
4,384
Posted By kumaar1986
Thanks for your reply but its not working . I...
Thanks for your reply but its not working . I think i have not explained the question well or did not understand your explanation. example for file in
/home/practice catalog
abc12_0001_0001...
4,384
Posted By kumaar1986
Wildcard search in if loop
Practice folder contains many files and im interested in extracting file which starts with abc* ghi* xyz* . I need to do variety of operations for different files. if file starts with xyz* then i...
Showing results 1 to 9 of 9

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