Search Results

Search: Posts Made By: aakishore
22,814
Posted By aakishore
Thanks it worked :)
Thanks it worked :)
22,814
Posted By aakishore
Find specific files only in current directory...not sub directories AIX
Hi,
I have to find specific files only in the current directory...not in the sub directories.
But when I use Find command ... it searches all the files in the current directory as well as in the...
5,845
Posted By aakishore
Thanks a bunch..it worked.. Don't mind can you...
Thanks a bunch..it worked..
Don't mind can you please explain the command..
5,845
Posted By aakishore
Escape special characters in SED
Need help in escaping special characters in sed command.

Here is the the string which i am trying to find a replace with
From :- REQUEST_TYPE=PIXEL&MSG_ID={//MESSAGE_ID}
To :-...
5,289
Posted By aakishore
Thanks a bunch. It worked.
Thanks a bunch. It worked.
5,289
Posted By aakishore
AWK Command parse a file based on string.
AWK Command parse a file based on string.
I am trying to write a shell script to parse a file based on a string and move the content of the file to another file.

Here is scenario.
File content...
1,874
Posted By aakishore
Date conversion from DD MON YY to mmddyyyy
I am new shell scripting.
Can someone please help in giving a shell script to convert from DD MON YY to mmddyyyy

Example:
Input1 :- 20 Apr 2011
Output2 should be :- 04202011

Input2 :- 09...
4,611
Posted By aakishore
Thanks a bunch... I tried this one.. can u...
Thanks a bunch...

I tried this one.. can u please validate.
string="040630"
year=`echo $string | cut -c 1-2`
month=`echo $string | cut -c 3-4`
day=`echo $string | cut -c 5-6`
year=`expr...
4,611
Posted By aakishore
Thanks for your quick response. I am on AIX......
Thanks for your quick response.
I am on AIX... It says ksh: ruby: not found

Can you please help
4,611
Posted By aakishore
Date changes randomly.. So if you can help in...
Date changes randomly.. So if you can help in making this generalized command it will help.
09_14_11.pdf
03_04_04.pdf
05_04_07.pdf

I am new to unix and shell scrpt. Your timely help is greatly...
4,611
Posted By aakishore
Shell script for Date conversion from mm/dd/yy to mm/dd/yyyy
Seek help in coverting date from mm_dd_yy to mm_dd_yyyy.
I get a date in a file some thing file like this
09_14_11.pdf
Need to convert the same to
09_14_2011.pdf

:wall:
Showing results 1 to 11 of 11

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