Search Results

Search: Posts Made By: inakajin
3,296
Posted By inakajin
Almost have it
Thanks again for your help DGPickett. I realize that ftp is not that robust, but I have limited options in terms of permissible technologies where I am.

I nearly have it working. I managed to...
3,296
Posted By inakajin
Another attempt
DGPickett, thanks for the suggestion. I tried about 10 different iterations of "{f}", but was unsuccessful in getting the full file names to pass to ftp.

As such, I decided to try a different...
3,296
Posted By inakajin
Help with ftp script
Hi. I am attempting to write a script that copies files from a filesystem shared between two linux boxes (gfs2) to a windows server. The ftp client is installed on the windows box. I can create an...
2,959
Posted By inakajin
Thanks for replying. The executable is in a root...
Thanks for replying. The executable is in a root owned directory. I do not get root access. Sudo rights were applied so the commands in the script execute as root. If I ls -l I will just get...
2,959
Posted By inakajin
Thanks
Thank you for the suggestion methyl. I eliminated the read -t statement entirely.

Here is the exact error I am seeing with the is statement. I am trying to say if the variable is one thing,...
2,959
Posted By inakajin
Difficulty with a couple commands porting from korn shell to bash
I am relatively new to shell scripting. I have a script I wrote that works fine in korn shell.

I need to make it work in bash on a different server.

There are a couple valid korn shell commands...
1,182
Posted By inakajin
Thank you. That did get me much closer to what I...
Thank you. That did get me much closer to what I need. I am still having an issue with the AppName only searches.

I should have provided a little more detail originally. The script is going to be...
1,182
Posted By inakajin
grep help
Hi. I am attempting to write a shell script and am having some difficulty with a grep statement.

On the server (AIX) there are several applications. Some are titled as follows:
AppName...
10,386
Posted By inakajin
xargs -d '\n' rm -f < hugelistofiles Thank...
xargs -d '\n' rm -f < hugelistofiles

Thank you. I am doing this on an AIX box. I have seen the above command used on Linux. Would it also work on AIX?
10,386
Posted By inakajin
Delete large number of files
Hi. I need to delete a large number of files listed in a txt file. There are over 90000 files in the list. Some of the directory names and some of the file names do have spaces in them.

In the...
997
Posted By inakajin
Beginner Question
Hello,

I am new to shell scripting. I have a question I would greatly appreciate any suggestions on. I am writing a ksh script that will launch bin files. The files are owned root and the...
Showing results 1 to 11 of 11

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