Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Unix Solutions: 76 - 100 of 1200
 
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.
I have multiple text files im processing with a script, the only problem is, each text file has a bunch of junk in the beginning of it that i don't need. The good thing, I think, is with each ...
I would like to configure a Apache webserver to connect the JBOSS appserver, PLease let me know the things I need to configure
Data.dat: 1295|PHON|67407801|U|2839259234|42180000002657|2839060256|PHON|5086550471|| 1295|PHON|67407801|U|2839259234|42180000002657|2839060256|PHON|5086550471|| 1295|PHON|67407801|U|2839...
Two parts to this question, first the easy one: Can we send print jobs from *nix-type systems to a Windows 2003 print queue?  What do we need to do to set this up? (vague details are fine -...
Hi How do I get the systemdate and time in awk ? I use Compaq Tru64 v. 4.0 if that has anything to say. I need it to calculate a time difference between a timestamp on a file and the cu...
In my UNIX operating system, I have several files and directories in my home directory. How can I "tar" and "zip" the contents of all the files and directories, subdirectories, files in th...
How do I remove Ctrl M characters from a Unix text file without using dos2unix? I am using AIX and I don't have this utility. I downloaded the file WinSCP using binary mode.
I have text that I need to insert at specific points in a file...I know the line number and position in the line.  Is there a way to do this using sed or awk or some other unix function?
Hi Members, I couldn't find a TA for HP-UX. Hence posting it here. This is the error when I invoke Bash shell in HP-UX 11.2. "/usr/lib/hpux32/dld.so: Unable to find library 'libintl.s...
Hello. I just inherited an IBM AIX 5 system through an office merger.  I have connected the new office to HQ via a VPN  tunnel, but cannot access the AIX system. It seems there is no default ...
How to 1)  create correcly the crontab tasks, what is the sequence of syntax. 2)  check the task is executed 3)  check the cron task is in the queue
According to the AIX man page for the 'uptime' command, the following is true: "The uptime command prints the current time, the length of time the system has been up, the number of users on...
Dear All, I hit the memory fault(coredump) error when i run one of my program in the unix system. At the same time other system in the server is running fine. This program i FTP from ot...
Hi, I have an ftp account which I logged into win Win2000 using command prompt screen. After I get to a directory where there are thousands of files, what is the command to count the # of fi...
Hi Experts, I have to get the file modified date of test.out .I am  using this command echo `ls -l test.out | awk '{print $7}`-`ls -l test.out | awk '{print $6}`-`ls -l test.out | awk '{pr...
Does anyone know why when I try to up the file handles in SUSE 9.1 I get the error: someuser@somemachine:~> ulimit -n 4024 -bash: ulimit: open files: cannot modify limit: Operation not per...
Are there anytools for UNIX that would unzip a winzip file?
Hi, I'm creating a form to upload files to the server and this works fine with the current permission.  However after the user upload he can view the files uploaded.  I'm having problems se...
hi all,       i was wondering if i could change the text color of the commands i type into bash shell.I use a shell account and use telnet to login to it.please tell me how could this be done...
Hi ,   I am getting this error on solaris 10 when i try to boot from SAN LUN ... The / file system (/dev/rdsk/XXXXXXX) is being checked. WARNING - Unable to repair the / filesystem. Run...
Is there a UNIX command line command that gives the time (including milliseconds precision)? "/bin/date" only goes to seconds.... THANKS
Hi,    I am novice in unix shell programming area.Currently I am writing some primitive scripts.I am facing some problems in string handling.For example.  I have following string : "Defec...
I am trying to set profile for user 1. The problem is I want to access history of command I typed by using up and down arrows it is not working for some reason. I have updates .shrc file...
How do I remove all the newline characters from a text file, using sed, awk, perl or anything really.