Search Results

Search: Posts Made By: designflaw
3,135
Posted By designflaw
Not sure, but I just used the commands what the...
Not sure, but I just used the commands what the gurus had posted.
3,135
Posted By designflaw
Hello everyone. I was able to schedule a cronjob...
Hello everyone. I was able to schedule a cronjob that did the work. Thanks to all three of you for coming up with the command. It took about 20 minutes to get the 640k files.

@pludi, you are...
3,135
Posted By designflaw
I do not have ssh access either. I tried to write...
I do not have ssh access either. I tried to write a CGI script but it never really ran well for me, so I switched around to writing a script and having the crontab (accessible via cpanel) execute it....
3,135
Posted By designflaw
I am on a Mac
I am on a Mac
3,135
Posted By designflaw
chmod on 690k files
I have a folder that contains about 690k files and I need to change their permissions. The challenge is, I have no telnet access and the GUI FTP manager via cpanel just simply fails. I tried doing it...
3,381
Posted By designflaw
Not sure why you did not google this, but...
Not sure why you did not google this, but something like follows is what you are looking for,

#!/bin/sh
HOST='ftp.users.qwest.net'
USER='yourid'
PASSWD='yourpw'
FILE='file.txt'

ftp -n $HOST...
84,445
Posted By designflaw
IMHO, If your goal is to select the first column...
IMHO, If your goal is to select the first column out of your csv/xls file, and then use it in a stored procedure, I would suggest that you use awk to extract out the first column into a flat file,...
3,078
Posted By designflaw
Might be a good idea that u do ur school...
Might be a good idea that u do ur school assignments on ur own.
Forum: AIX 09-16-2007
7,468
Posted By designflaw
lsof64 throwing memory fault
lsof64 throws a memory fault because of the large number of connections on the box, is there a way around it?
23,337
Posted By designflaw
I am using bourne shell. I did go on the FAQ...
I am using bourne shell.

I did go on the FAQ site but I dont see an example in which we are trying to capture output generated by a script commands into a variable. Notice the bold S! :). What I...
23,337
Posted By designflaw
Capturing shell script command output
I am trying to check to see if a file exists on a ftp server, well, I know that cant be done, atleast directly, So I came up with this small script



ftp -n $HOST <<END_SCRIPT
quote USER $USER...
Showing results 1 to 11 of 11

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