Search Results

Search: Posts Made By: jithinravi
30,915
Posted By jithinravi
identified the issue... u need to press enter a...
identified the issue... u need to press enter a carriage return at the end of the line.
30,915
Posted By jithinravi
Nope! sorry that doesnt work crontab -e...
Nope! sorry that doesnt work

crontab -e jravisha
crontab: usage error: no arguments permitted after this option
usage: crontab [-u user] file
crontab [-u user] [ -e | -l | -r ]
...
30,915
Posted By jithinravi
CRONTAB failure
am getting the following error while trying to create a new crontab file:

(jravisha) jravisha- crontab -e
no crontab for jravisha - using an empty one
crontab: installing new crontab...
2,145
Posted By jithinravi
checking for files on ftp...
I have automated my ftp session as given in on of the previous threads as:
#! /usr/bin/ksh

HOST=remote.host.name
USER=whoever
PASSWD=whatever

exec 4>&1
ftp -nv >&4 2>&4 |&

print -p open...
1,435
Posted By jithinravi
nope sorry!! it says pate command not found.
nope sorry!! it says pate command not found.
1,435
Posted By jithinravi
SED again...
hi could u tell me how to use sed for the following issue:

i have 2 files A and B . A has say 100lines:
line1
line2
line3
.
.
.
line100

i want to read data from file A and save it in...
10,185
Posted By jithinravi
.netrc file
I had configured the .netrc file for automatic login to ftp
however i am not clear how to give the port no after the "machine" token:
as in, when i give
machine xyz.com 2121
login <usid>...
1,942
Posted By jithinravi
FTP thru script
Hi, could anyone please tell me how can i write an interactive script so that i can connect to an FTP and pass the username and password when prompted.
i thought of using expect. but its not...
Showing results 1 to 8 of 8

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