Search Results

Search: Posts Made By: RubinPat
4,852
Posted By RubinPat
UNIX AIX and mail system is MS Office outlook...
UNIX AIX and mail system is MS Office outlook ...the attachment opens up directly on the windows notepad
4,852
Posted By RubinPat
attachment and single line using uuencode
I tried using the fllowing command to attach and email a file but the issue is the attach file drops the carriage return or line feed and all the rows appears in single line.

uuencode file.txt...
5,723
Posted By RubinPat
Thanks Bakunin, my own code with the current time...
Thanks Bakunin, my own code with the current time inside worked as per my requirement
and also your code I tried and found it better and it also worked.
I need a last suggestion from you ...i just...
5,723
Posted By RubinPat
Thanks Bakunin....for your consistent help....I...
Thanks Bakunin....for your consistent help....I honestly appreciate it....Now about the
current_time=$(date +'%H%M') ...I saw that in your code being mentioned but removed it because I was...
5,723
Posted By RubinPat
the development envirnement is AIX Unix...
the development envirnement is AIX Unix system....it requires kornshell I suppose....becuase i didn't use bash or c shell....now about he script....please find it below and my apologies for the...
5,723
Posted By RubinPat
Hi Bakunin please take my words this is not a...
Hi Bakunin please take my words this is not a homework and neither I am an unix guy...its just that alongwith some different application i am using this unix application for my project....also i...
5,723
Posted By RubinPat
File in a folder and loop until time
Hi All,

I am stuck with this requirement. My requirement is that a job will run daily at anytime before and would look for a file named filename.txt in a folder and mv to a different folder and...
2,658
Posted By RubinPat
Frans, Thanks for your answer. But can you...
Frans,

Thanks for your answer. But can you please explain me the code...i hardly use unix until i really require too so pretty out of touch. Thanks again for your help.
2,658
Posted By RubinPat
code explanation
Can you please explain the following code plz?

my_cd=' '
while getopts :e: OPTION;
do
case "$OPTION" in
e) my_cd ="$OPTARG";;
esac
done

if [ -z "my_cd"] ; then
echo " >>>...
4,640
Posted By RubinPat
yes please post in english.....
yes please post in english.....
14,943
Posted By RubinPat
load file to sharepoint using unix
I have a requirement to upload a file to the MS sharepoint site using unix or any other programming language. Does sharepoint support ftp? I heard it doesn't ...is it true...if yes is it different...
3,212
Posted By RubinPat
Kastin If I use 's/ //g' then all spaces will...
Kastin
If I use 's/ //g' then all spaces will be removed
like if I have a value in a field which is like below
,xi hy,y,z
,dg hy,c,v
t,l,m,n
,h,s,k
,k,,y
z,j, ,p

I will get this
...
3,212
Posted By RubinPat
comma delimiter and space
I have a csv file and there is a problem which I need to resolve.
Column1,Column2,Colum3,Column4
,x,y,z
,d,c,v
t,l,m,n
,h,s,k
,k,,y
z,j, ,p

Now if you see column1 for row 1 and row 4...
4,183
Posted By RubinPat
Thanks scrutinizer, and all ,,,It is working...
Thanks scrutinizer, and all ,,,It is working now...Thanks again
4,183
Posted By RubinPat
Sorry I found that the symbol I wanna replace is...
Sorry I found that the symbol I wanna replace is \xb4 character ..its a front tick and not a back tick.. ..not sure how to write it in script and I have to replace it with single tick apostrophe...I...
4,183
Posted By RubinPat
no scrutinizer it is not working
no scrutinizer it is not working
4,183
Posted By RubinPat
sed command issue
Hi everybody,

I have come across a typical problem:

I need to use sed command to replace an apostrophe but it is saying no match found in the error

sed -e 's/`/'/g' ...but it is not...
1,358
Posted By RubinPat
Knowledge
Can somebody explain me the following part within a awk command:

awk '{for(i=1;i<=NF;i++) if ($i=="mm")c++}

Can somebody please explain me the part (i=1;i<=NF;i++) ????:D:D:D:D
7,680
Posted By RubinPat
ascii code
I am getting a character with a "question mark inside a box". Does anybody know what ascii character i.e. what ascii number would it be. When I copy it in word I get it but when I copy it in notepad...
4,878
Posted By RubinPat
hi ryanthegr8, I cannot use DATE command . I...
hi ryanthegr8,

I cannot use DATE command . I have to extract the date out of the filenames like
071609 and change it to 20090716. Change is not a problem but I need 20090716 in number format....
4,878
Posted By RubinPat
change date format and then compare dates
I have filenames
filenameA_fg_MMDDYY.tar.gz
filenameASPQ_fg_MMDDYY.tar.gz
filenameAFTOPHYYINGH_fg_MMDDYY.tar.gz
filenameAGHYSW_fg_MMDDYY.tar.gz


My requiremnt needs to extract date which is...
1,501
Posted By RubinPat
Thanks.It worked anchal
Thanks.It worked anchal
1,501
Posted By RubinPat
How to extract date out of this filenames
I have filenames

filenameA_fg_MMDDYY.tar.gz
filenameASPQ_fg_MMDDYY.tar.gz
filenameAFTOPHYYINGH_fg_MMDDYY.tar.gz
filenameAGHYSW_fg_MMDDYY.tar.gz
Is there a way I can extract the date out of...
1,540
Posted By RubinPat
understand the function to execute
Gurus,

Can you please tell me why this script is executing but i am getting no result...also can you tell me what is this gettime() doing?

in a script i wrote this hour.SH...
3,213
Posted By RubinPat
Zaxxon and dinjo, Thanks for the information....
Zaxxon and dinjo, Thanks for the information. Still I am stuck. Let me tell u what I did.
I typed in ssh-keygen -t rsa and thereby it came as below:
Enter file in which to save the key...
Showing results 1 to 25 of 85

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