10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
I have big files (some are >300GB!) that need substitution for some patterns, for example, change Multiple Spaces into Tab. I used this oneliner:sed '1,18s/ \{1,\}/\t/g' infile_big.sam > outfile_big.sambut it seems very slow as the job is still running after 24 hours! In this example, only the... (8 Replies)
Discussion started by: yifangt
8 Replies
2. HP-UX
Hi Guys
Recently we have a issue where the core file under /tmp grows and there by /tmp becomes 100% full in our HP unix server.
Any ideas or suggestions about how we can resolve this. (3 Replies)
Discussion started by: newtoaixos
3 Replies
3. Solaris
The script written by csh, when it running it make some tmp file, the process need to read the tmp file to complete but tmp unable to open, don't have permission. Anyone know the way to automatic chmod the tmp file when run process. (2 Replies)
Discussion started by: Diabolist9
2 Replies
4. AIX
Hi,
I would like to know if /tmp file system is full, wheather it will affect the peformance of application installed on AIX. if Memory and CPU are not heavily utilized.
Regards,
Manoj. (1 Reply)
Discussion started by: manoj.solaris
1 Replies
5. Shell Programming and Scripting
Hi all,
I am writing a shell script for processing files in a directory.
I need to read files in the directory and process them and write it to another file.
For example, if the directory contains the following files,
file1,file2,file3
I want to process these files and create... (3 Replies)
Discussion started by: ananddr
3 Replies
6. UNIX for Dummies Questions & Answers
Write a nawk script that will produce the following report:
***FIRST QUARTERLY REPORT***
***CAMPAIGN 2004 CONTRIBUTIONS***
-------------------------------------------------------------------------
NAME PHONE Jan | ... (5 Replies)
Discussion started by: p.palakj.shah
5 Replies
7. Shell Programming and Scripting
Hi all,
How can I quickly show Nth line from the huge file(at least more than 15GB)? I used the following script but seems slower.
See 2717298 th line.
head -2717298 data0802.dat | tail -1
Thank you very much (4 Replies)
Discussion started by: mr_bold
4 Replies
8. Solaris
Hi Guys
I need to increase the size of my /tmp swap file. What is the easiest way to do this.
Thanks
Carson (2 Replies)
Discussion started by: cmackin
2 Replies
9. Solaris
I'm new in Solaris server
After the system support reboot the Solaris server, all the files in /tmp has been removed, is that normal under Solaris or under different init level will get different result?
which init level will do that? (5 Replies)
Discussion started by: yesthomas
5 Replies
10. UNIX for Dummies Questions & Answers
Hello,
does anyone have a script that can check the contents of the /tmp directory and for example e-mail the directory content if anything other than session files are present?
Maybe there are better ways to monitor suspicous /tmp and /var/tmp activity, if so I'm listening :) (1 Reply)
Discussion started by: jamesbond
1 Replies