Search Results

Search: Posts Made By: Reddy482
3,809
Posted By Reddy482
lines between two dates in a file
Hi Every body

I had a data in file as shown..
Now i want to get the data and insert into other file but between the two date ranges or from a past date to current date..Please Guide me in doing...
2,226
Posted By Reddy482
Thats Awesome... Perfectly working.. Now...
Thats Awesome...
Perfectly working..

Now can you please explain me the command issued using sort.....
2,226
Posted By Reddy482
listing Directory chronologically based on part of file name
hi Everbody,

I had file names as shown
file_01_20101104.txt
file_01_20101105.txt
file_02_20101104.txt
file_01_20101205.txt
file_03_20101104.txt
file_02_20101105.txt

Now i want to list...
1,807
Posted By Reddy482
gzip having '&' at the end.
why do we put & at the end of gzip like below.



ZIPDIR=/HOME/USR
ZIPFILE=11302009.dat
gzip ${ZIPDIR}/${ZIPFILE} &


Thanks in Advance.
25,484
Posted By Reddy482
Hi Scrutinizer is there any way that we can...
Hi Scrutinizer

is there any way that we can do this job workout $1
because when i use $1 it was defaultly assuming my environment variable
25,484
Posted By Reddy482
Parsing Comma separated Arguments
Hi unix guru's

I want to execute a shell script like ksh printdetails.ksh Andy,Bob,Daisy,Johnson

like passing all the four names in the as the arguments and these arguments are varies...
1,760
Posted By Reddy482
cut the present working directory
how to traverse through each directory
2,914
Posted By Reddy482
Passing Comma seperated arguments
Hi

How to takes coma seperated arguments and and parsing each argument to varaiable that has used further in the script.
2,867
Posted By Reddy482
Traverse through directory....
hi

I have a directory structure like
Parent
Parent/child1/
Parent/child2/
Parent/child3/ and the each main directory contains

Parent/child1/file1.txt, Parent/child1/fil2.zip ..........
4,381
Posted By Reddy482
Timestamp in the filename
Hi
i want to replace the previous time stamp with the current timsatp at the start of the file like

20090710_113354_FT0710a.txt this one to 20091111__113354_FT0710a.txt

thanks in advance
6,925
Posted By Reddy482
find and copy file to another directory..
Hi Everybody,

i want a samll help to write a script.
i had source location with :/user/bin (bin contains subdirectories with like names emails etc and had several files in each subdirectory)...
1,627
Posted By Reddy482
Thanks Jim.
Thanks Jim.
1,627
Posted By Reddy482
Finding the duplicate in a file....
Hi Unix Guru's

I had generated the uniqe code for every day date ranging from 20000101 to 21990101(200 years alomost 73000 uniqe codes ) and redirected it to text file.

Now My problem is i...
42,157
Posted By Reddy482
Thank you Johnson. Your code worked like...
Thank you Johnson.
Your code worked like charm.

---------- Post updated 11-09-09 at 02:40 PM ---------- Previous update was 11-08-09 at 09:12 PM ----------



Hi Dan
Can you please explain...
42,157
Posted By Reddy482
Thanks for you replies. I had an...
Thanks for you replies.


I had an executable file name " uid.out" that generates following ouput when i call it from the shell script.
"Home" is the string that i passed as input to the...
42,157
Posted By Reddy482
Thanks for your reply. I am using ksh.When i...
Thanks for your reply.
I am using ksh.When i tried to use above awk command
its prints nothing blank screen appears.

Thanks.
42,157
Posted By Reddy482
Awk: Remove comma at the end of the string
Hi

i had String like

UID: ABC345QWE678GFK345SA90, LENGTH 32

when I used awk ' FS[" "], {print $1}' prints

ABC345QWE678GFK345SA90,

how can i getrid of that coma at the end of the...
1,651
Posted By Reddy482
Awk Command help
Hi Everybody

I am a newbee to the unix scripting.
i had a string like Id: 1234567, length 7
can you please help me to get only 1234567 (no coma) from string.

thanks in advance.
1,533
Posted By Reddy482
rediret output to variable...
Hi i have a problem in redirecting the ouput to a variable.I want to use that variable in the script itself.

here is my problem...

unique.out "UNIX" | grep Encrypted | awk '{FS=" "} {print...
Showing results 1 to 19 of 19

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