Search Results

Search: Posts Made By: kittusri9
3,693
Posted By kittusri9
print line whatever line i want in a file... there any way
Hi friends

I need to get what ever line number i want


Supplier.profile
-----------------
SFTP/INVTRAN
SFTP/INVSNAP
GATEWAY/INVTRAN
GATEWAY/INVSNAP

----------------



exec...
2,718
Posted By kittusri9
want line whatever i want is there any way
Hi friends

I need to get what ever line number i want


Supplier.profile
-----------------
SFTP/INVTRAN
SFTP/INVSNAP
GATEWAY/INVTRAN
GATEWAY/INVSNAP

----------------



exec...
33,545
Posted By kittusri9
Thank you so much it helpmed a...
Thank you so much
it helpmed a lottttttt........:)
33,545
Posted By kittusri9
how to delete content in a file (delete content only)
Hi Friends

I have a file called processLog.txt file

processLog.txt
---------------
echo "line starts "$LINE
suppCode=${LINE:0:3}
#gatewayArchive=`scp...
14,696
Posted By kittusri9
return string in functions
Hi friends

I need to return string value in functions
can anyone help me out to return string values rather than integer.

#!/bin/bash
add_a_user()
{
USER=$1
COMPANY=$2
shift; shift;...
7,426
Posted By kittusri9
need script to connect sftp servers
Dear friends,

i need to connect sftp server from my home directory using script .
Please can anyone help me on this.
2,106
Posted By kittusri9
i was stucking here, please can any one look into...
i was stucking here, please can any one look into this script.

Thanks
Krish.
2,106
Posted By kittusri9
ssh root@mrp-gateway problems
Dear friends,

exec 0<$SuppFile
while read LINE
do
echo $LINE
gatewayArchive=`ssh root@mrp-gateway "cd /usr/local/apache/data/PLAT/MIMUS/upload/PROD/archive && ls $LINE"`
echo "gateway files...
1,617
Posted By kittusri9
Any one can help me on this please
Any one can help me on this please
1,617
Posted By kittusri9
problem with ssh or loop (can anyone know the issue)
Dear Members,

exec 0<$SuppFile
while read LINE
do
echo $LINE
gatewayArchive=`ssh root@mrp-gateway "cd /usr/local/apache/data/PLAT/MIMUS/upload/PROD/archive && ls $LINE"`
echo "gateway...
1,928
Posted By kittusri9
Thank you boss its workingggggg fineeeeeeeeee ...
Thank you boss its workingggggg fineeeeeeeeee
thank youuuuuuuuuu
1,928
Posted By kittusri9
Hi, its not file its string ...
Hi,

its not file
its string


string1="file2.txt file4.txt kittu.txt file1.txt"
echo $string1
for i in `cat string1`
do
echo $i
done

but its not working
1,928
Posted By kittusri9
how to seperate space in a string
Dear Members,

I have string like this
string1="file2.txt file4.txt kittu.txt file1.txt"

in this i need to cut spaces and take each one has one file
output should be
---------
fileslist:4
...
2,442
Posted By kittusri9
grep is not working, please find out the problem
HI Friends,


Traxlist.txt --this is my file contains this txt
-------------
108042708190000.txt
108042708190001.txt
112040108174516.txt
112042708173000.txt
112042708174508.txt...
4,851
Posted By kittusri9
problem with connecting sftp server(urgent please)
Hi all,

I have command to connect gateway server
iam in home directory/> ssh root@mrp-gateway
root@mrp-gateway:/root> sftp -v msgGoogle@126.132.45.123
sftp/>dir
upload --> folder...
13,920
Posted By kittusri9
Iam running these ftp commands using txt file ...
Iam running these ftp commands using txt file
except date command eveything is working fine

I dont know to place date command in the script.

Do you have idea on this. Please suggest me how to...
13,920
Posted By kittusri9
how to print date using ftp commands
Hi friends


sftpCmd.txt
-----------------

!echo "Getting files from sftp"
!echo "----------------"
cd /home/msgGoogle/PLATFORM/PROD/MIMUS/outbound/ARCHIVE/invsnap
!echo "folder created"...
16,996
Posted By kittusri9
how to connect sftp server using script
Hi friend

I have a command: sftp -v dtxsttp90102@dtx.us.dell.com

I need to connect sftp server using above command and grep for some files
and need to back to script

can anyone tell me...
35,309
Posted By kittusri9
how to generate html file using script?
Hi Friends

I have an requirement that i need to generate html file using script.

and the script output shold keep adding to that html file like tablewise.

can anyone please help me out in...
9,400
Posted By kittusri9
how to call one script from another script...
Hi friends

How to call another script file from running script

i have file1.sh file
----------------

var= (file2.sh output) // file2.sh output will be in the i/p for var in file1.sh...
1,666
Posted By kittusri9
Please concatinate these 2 strings , bcoz i cant
Hi All,


Can any one concatinate these two strings
I have string
suppliername=UGEN

i need ouput like
filename=UGEN.txt

i need to add ".txt" to UGEN
please help me
13,493
Posted By kittusri9
Hi Thankyou i got it.................it works...
Hi
Thankyou
i got it.................it works fine
13,493
Posted By kittusri9
I need to know file size one bye one ...
I need to know file size one bye one
/usr/inbound
-------------
10900.txt assume 2k
10889.txt 0k
109290202.txt 0k


I need to know file one bye one,
take file...
13,493
Posted By kittusri9
How to find size of a file
Hi,

I have to directory
/usr/inbound
-------------
10900.txt
10889.txt
109290202.txt

I need to create inbound directory
and i need to know size of these files one by one
if file size is...
4,351
Posted By kittusri9
How to know size of file in a directory
Hi,

I have to directory
/usr/inbound
-------------
10900.txt
10889.txt
109290202.txt

I need to create inbound directory
and i need to know size of these files one by one
if file size is...
Showing results 1 to 25 of 40

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