Search Results

Search: Posts Made By: sunitachoudhury
2,061
Posted By sunitachoudhury
I got it but can you please tell me with the...
I got it but can you please tell me with the example...
2,061
Posted By sunitachoudhury
urgent help in counting
Hi,

When i am running the following shell scripting then i am getting the following output..

echo "sunita"
echo "now date is: `date`"
echo "enter command"
read command
read command
read...
2,794
Posted By sunitachoudhury
yes my folder is present in the root directory......
yes my folder is present in the root directory...

I already checked that one. then also i am getting the error........

please help me........
2,794
Posted By sunitachoudhury
Getting error by renaming all the files in a folder
Hi All,

I have a folder name as postscript folder and it contains the following postscript files.

package1.ps
package2.ps
package3.ps

when i am renaming all the ps files to xps files by...
1,707
Posted By sunitachoudhury
how to store the first content of the folder in a variable?(Urgent)
Hi All,

I need urgent help. Because just now i have to give this code to my client.

I have a folder name is Testing. this Testing folder contains the following 3 files.

1.txt
2.txt
2.txt
...
4,181
Posted By sunitachoudhury
Ok guys, My input script is test.sh and the...
Ok guys,
My input script is test.sh and the inputs of this test.sh file are

for i in /tmp/A380_RFS24/amm_r0_ps/*
do
if [ -f $i ]
then
#if the file is there...
4,181
Posted By sunitachoudhury
Can anybody help me in this?????? It is very...
Can anybody help me in this??????

It is very urgent. Please reply ASAP.
4,181
Posted By sunitachoudhury
Converting .ps file to .pdf file from where it is broken
In my folder Testing I have 5 files.

1.ps
2.ps
3.ps
4.ps
5.ps

Now When I am converting this .ps file to .pdf file then it is broken at the 2.ps file.

And I created one status.txt file...
4,245
Posted By sunitachoudhury
When running if condition, getting the following error
Hi All,

My input file name is 1.sh

the contents of file are

cat status2.txt | while read filename
do
echo "$filename"
echo "first content of the file is ${filename[0]}"
echo "second...
3,284
Posted By sunitachoudhury
Thanks
Hi javeed7/era,

Thanks a log.
Yes it is working absolutely fine.
3,284
Posted By sunitachoudhury
How to match the last XML extension by using Case statement
Hi All,

I have a status.txt file which contains following three files.

1.xml
2.xml
3.xml

Now i have written a shell script 1.sh which contains the following

cat status.txt | while read...
2,293
Posted By sunitachoudhury
I tried but it is not working
Hi ranj@chn,

How to check check for control file. if empty then proceed from STEP 1;

I need it very urgently. because Monday is my deadline for doing this Umbrella script.
3,210
Posted By sunitachoudhury
It is very very Urgent. If anybody helps me ASAP...
It is very very Urgent. If anybody helps me ASAP then i am really grateful to him/her.
3,210
Posted By sunitachoudhury
Umbrella script
Hi All,

Can anybody help me to write the umbrella script for the following?

I have three steps to do.

STEP 1: CONVERT XML files to PS files

STEP 2: CONVERT ALL PS FILES TO PDF FILES
...
1,533
Posted By sunitachoudhury
Hi ShawnMilo, Thanks for your reply. But as...
Hi ShawnMilo,

Thanks for your reply. But as i don't have the time to search so i posted the add for this.

Anywhy sorry for this
1,533
Posted By sunitachoudhury
Need urgent help for reading file
Hi,

I am new to shell scripting.

I have one .txt file whose name is status.txt

Now i want to read the contents of this file in a variable.

status.txt file contains the following input
...
14,015
Posted By sunitachoudhury
Hi, when i am trying to do this i am getting...
Hi,

when i am trying to do this i am getting the following error

ftp -nv $hostname << END
quote user $UID
quote pass $pwd
binary
put $source_file
rc=$?
echo "Return Code:$rc"
if [ $rc...
6,563
Posted By sunitachoudhury
Hi ag79, ya i also don't want to put my...
Hi ag79,

ya i also don't want to put my password.

Is there any way to hide the password. Actually i want to do the validation of my id and password before logining into FTP

Can anybody help...
6,563
Posted By sunitachoudhury
Hi ranj@chn, thanks for your cooperate. ...
Hi ranj@chn,

thanks for your cooperate.

now i have two arguments like when i am trying to run the following

1.sh scu51 sunita
contents of 1.sh are
if [ $# -ne 1 ]
then
echo "UID cann't...
6,563
Posted By sunitachoudhury
yes i am running the script by using following...
yes i am running the script by using following arguments

1.sh dm5admin

but when i am not giving any arguments then i am getting error.

My requirement is that if i won't give any arguments...
6,563
Posted By sunitachoudhury
Getting error in command line arguments
Hi,

When i am running the following script 1.sh (without giving the command line arguments) then i am getting the following error.

if [ $1 = dm5admin ]
then
echo "UID and PWD are correct"...
2,293
Posted By sunitachoudhury
Can anybody atleast reply to this Problem,...
Can anybody atleast reply to this Problem, plzzzzzzzzzzzzz
2,293
Posted By sunitachoudhury
Umbrella Scripting(very Urgent)
Hi All,

Can anybody help me to write the umbrella script for the following?

I have three steps to do.

STEP 1: CONVERT XML files to PS files

STEP 2: CONVERT ALL PS FILES TO PDF FILES
...
2,048
Posted By sunitachoudhury
Hi sorry but i didnot get the meaning of 'lcd...
Hi sorry but i didnot get the meaning of 'lcd C:\FTP' before 'put test.txt'

can you please tell me that what is the meaning of lcd???
2,048
Posted By sunitachoudhury
Facing problems when FTPING file from server to local (Very Urgent)
Hi,

when i am trying to FTP one file (test.txt) from Unix server to my local machine then i am getting the following error, as shown below

ftp> binary
200 Type set to I.
ftp> put...
Showing results 1 to 25 of 36

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