Search Results

Search: Posts Made By: RaviTej
2,034
Posted By RaviTej
Hello Alister , thanks for the reply . I...
Hello Alister ,

thanks for the reply . I just found out answer on
https://www.unix.com/unix-dummies-questions-answers/14647-join-command.html


Actually I had a shell script , which was not...
2,034
Posted By RaviTej
Hello , Thanks for your reply. I sorted them...
Hello , Thanks for your reply. I sorted them before comparing ....
2,034
Posted By RaviTej
Need help regarding formatting(comm -23 command)
Hello all ,

I have two files a.txt and b.txt which have same content . They contain data that is fetched from database through a java program. When I delete a line in a.txt and run the below...
33,617
Posted By RaviTej
this is what i got with uname -a .... HP-UX...
this is what i got with uname -a ....
HP-UX serverName B.11.31 U ia64 3073994272 unlimited-user license
.. Can you please tell how I can get text body in same email along with attachments ?

I...
33,617
Posted By RaviTej
HP-UX , /usr/bin/sh
HP-UX ,
/usr/bin/sh
33,617
Posted By RaviTej
Thanks a lot it worked : ) Actually I put the...
Thanks a lot it worked : )
Actually I put the backticks here because previously I got messages that '(' was not expected which was fixed if I put a backTick. So i developed habit of backtick...
33,617
Posted By RaviTej
How to send email with multiple attachments ?
Hello ,

I am trying to send an email with two attachments . I have tried all previous suggestion in this forum but none worked. I could send one attachment in an email by

uuencode $file...
8,393
Posted By RaviTej
need help with pbrun su in shell script
Hello ,

I am logging in linux with my userName and using the pbrun su appName for changing permissions of files (owner of the files is appName). Now I am trying to do same within shell script...
1,662
Posted By RaviTej
Hello alister , Thank you . I got the...
Hello alister ,

Thank you . I got the mistake , there is a blank space appended at the end of first line . Thanks a lot for the help .
1,662
Posted By RaviTej
I copied exact same line from a.csv into b.csv ...
I copied exact same line from a.csv into b.csv
SKU COUNTRY CURRENCY PRICE_LIST_TYPE LIST_PRICE_EFFECTIVE_DATE

without any spacing errors , but output is same ... I do not...
1,662
Posted By RaviTej
Need help with comm command
Hello , I am trying to get contents which are only present in a.csv ,so using comm -23

cat a.csv | sort > a.csv
cat b.csv | sort > b.csv
comm -23 a.csv b.csv > c.csv.

a.csv
SKU COUNTRY ...
31,325
Posted By RaviTej
hello mirni , I can not use this script because...
hello mirni , I can not use this script because file1.txt and file2.txt are in different folders. What I am trying to do exactly is , there are logs generated for different applications , so I am...
31,325
Posted By RaviTej
#!/bin/sh ...
#!/bin/sh

file1=user1@domain2.com:/path/file1.txt (completePath to file1.txt)
file2=user1@domain2.com:/path/file2.txt (completePath to file2.txt)

files=( ${file1} ${file2} )

scp...
31,325
Posted By RaviTej
Transferring files from one linux server into another
Hello , I want to transfer files from one linux server into another , I got it working using SCP command , but I have to type in password for each and every file . All the remote severs have the...
Showing results 1 to 14 of 14

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