I am trying to run sqlplus and sqldr from a korn shell script. See the script below. It run step 2 but doesnt go to step 3. If i remove step 2 it runs step 3 but it give me >> unmatched erro...
Hello,
My script needs to name all files in a directory to .flv
However this keeps the old extension so filename.mpg becomes filename.mpg.flv
Help me edit the script so filename.mpg bec...
How to identify which process is taking memory, io , cpu in AIX servers?
I have a user that wants to ftp a XLS file into Unix (solaris), I need a way to convert it from XLS to CSV. What can I use in Solaris Unix that can do this for me, or what kind of program do I...
If i want to search a string "Michael" in folder "/mikekwok/" in UNIX , I can use the following command : grep "Michael" * in the folder "/mikekwok" .
However, it doesn't go into the sub-fo...
hi i'm running AIX 5.1 ML 4
The problem is ...
i tried to activate nfs
To start the nfs group, i type
# startsrc -g nfs
nfsd, biod,rpc.statd,rpc.lockd showing ALL STARTED WIT...
The GNU "host" command is a useful DNS lookup utility.
Is the "host" command available in cygwin?
(Cygwin does not install it by default)
If the "host" utility is available in cygwin, w...
I'm using Mac OSX bash.
From / I'd like to run a command that will recursively delete (rm) all the directories named "New Folder" on my whole system.
Is it something like this?: (obvious...
How do I write a function to remove dashes from ssn in sql loader control file to load into oracle database? I want to remove the before the data is loaded into the database.
when trying to run almost any command I get execute permission denied on AIX 4.3 (I think it's 4.3 at least)
I cannot run:
ls
df
chown
vi
nor can I create a file with a redirect ie. ec...
Hello experts,
I recently put my website to a shared hosting in Linux server. Because of some limitation I had to copy a single file into multiple directories recursively. Doing this by ha...
I am typing the find command. It is giving the following error
FIND: Parameter format not correct.
The command I typed was find . - name LTY-R63.0 (find followed by dot followed ny hyphen...
hai !
I know to scp a file from one server to another.
My question is if i want to scp complete folder (directory) from one server to another .......how to do it ?
Remote accessing the Solaris server from a Linux WS and trying to run a command on GUI.
I setup DISPLAY to the local machine, used xhost
In /var/dt/Xerrors i get
Graphics Adapter device /de...
How to uninstall .rpm file ?
I am using the below command from Unix/Solaris prompt
make Makefile
This throes me an error " End Of line found at line no XX". I removed that line but still the error happens at the same li...
In database environment need to absolutely verify that cold backup files are saved to alternative location. I have approximately 20 files that are 2GB each. My only thought is to use the uni...
Hai !
I know to change the permission for a file using chmod xxx on file or directory.
Now my question is i have a directory and with in the directory i have lots of sub-directories...
i cannot go to a directory which looks like spaces in the directory name
direc ory name
i tried
cd direc ory name
its not working ..please help me
Gurus,
Any idea why a hostname command returns 0? none of the files are changed..
pasting partial output of truss from the end..
brk(0x0003A1B8) = 0
b...
Hello,
I need a script to change the MAC of the NIC during startup and have a question or two:
1. Is there a difference from dmfe0 and what i found online hme0?
2. Our network doc sa...
Can u tell me where to check whether this shell script successfully processed or not?
Hi could anyone give me help with the command in linux command line to move the contents of a directory only
eg i have a directory at /var/www/html/www and i want to move all it's contents ...
Boss has an odd one for me today and for some reason I just can't get my head around such a simple request.
I have a requirement for a single file which contains the contents of two differe...
how to do the following in perl or awk, if state is MN then insert value "C" into code field, if state is TX then insert "T" in code field. if state doesn't match any critiera than put "O" in...