Search Results

Search: Posts Made By: Amit786
1,232
Posted By Amit786
Are you sure about this? Because i have to give...
Are you sure about this?
Because i have to give expanantion to my client about this. They specifically mention to send file in .zip format. :(

---------- Post updated at 04:49 PM ----------...
1,232
Posted By Amit786
$ uname -a HP-UX qhud5028 B.11.23 U ia64...
$ uname -a

HP-UX qhud5028 B.11.23 U ia64 1711109840 unlimited-user license

$ echo $0

-sh
1,232
Posted By Amit786
I'm using Unix server. And my using command ps -p...
I'm using Unix server. And my using command ps -p $$ Im getting below result-


PID TTY TIME COMMAND
23955 pts/3 0:00 sh
1,232
Posted By Amit786
ZIp UNIX file
Hi Everyone,

I'm trying to Zip my files by using below command-
zip Monthly_Extract_Trailer.zip Monthly_Extract_Trailer

but it is giving me error message as -
su: zip: not found.


Why...
2,252
Posted By Amit786
Copy file from UNIX to shared location
Hi All,

I want to transfer file from UNIX to shared locataion .
Shared location doesn't resides on my system.

Can somebody tell me is there any way i can transfer file from UNIX to shared...
1,275
Posted By Amit786
Rudic-Are you sure the code you written is right??
Rudic-Are you sure the code you written is right??
1,275
Posted By Amit786
Fetching data from file
Hi All,

I'm facing issue while using script.
Chk_Etl_Status=`cat /dstage/questnet/qnetdv/input/Etl_Status.dat|cut -d"," -f1`
echo Chk_Etl_Status=$Chk_Etl_Status

above result is giving me...
4,963
Posted By Amit786
Hi Klash.. Above code is giving me error as...
Hi Klash..

Above code is giving me error as "sed: Function s_\(.\{320\}\)_\1\n_g cannot be parsed."
4,963
Posted By Amit786
Search and recursively enter new line after Nth character
Hi All,

My file is a string of around 50K character.
I'm trying to insert new line after every 320 character in my file.
I know the command to insert newline, but problem is I'm not able to...
2,071
Posted By Amit786
I have removed parameter path and provided full...
I have removed parameter path and provided full path also tried with quotes but no luck.
2,071
Posted By Amit786
Send mail as attachment
Hi All,

I am trying to send mail via unix and attaching file along with that mail, but facing issue while sending.

I have tried below commands-
1)-
uuencode $prmDirOutput/report_mailbody...
8,834
Posted By Amit786
Let me know if I'm wrong?? As per your...
Let me know if I'm wrong??
As per your comment.. Instead on passing $1 and $2, I can read parameter file using

. /parameter_path/dsquestnet.param
8,834
Posted By Amit786
$ cat dsquestnet.param ...
$ cat dsquestnet.param
$prmDirInput=/dstage/questnet/qnetdv/input
$prmDirScripts=/dstage/questnet/qnetdv/scripts
$prmDirOutput=/dstage/questnet/qnetdv/output...
8,834
Posted By Amit786
Read parameter file for a shell script
Hi All,

I need urgent Help from all of you here.
Below is my code-
==================================================
#!/usr/bin/sh
cd $1
cat $2 | tr -ds "$" "" > parameter_file.param
...
Showing results 1 to 14 of 14

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