8 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
hi all,
I'm writting a simple bash script to do a recursive paste over >10000 files with two columns each.
The files looks like this:
A1BG 3
A1CF 3
A2M 3
A4GALT 5
AAAS 2
AACS 2
AADAT 2
AAGAB 4
AAK1 3
AAMP 2
AANAT 3
AARS 2
AARS2 3
AARSD1 ... (1 Reply)
Discussion started by: lsantome
1 Replies
2. UNIX for Dummies Questions & Answers
hi,
i want to capture the CPU performance, memory , harddisk usage into a single file for every 10 seconds iterations and it shall run until i kill it.
can somebody plz help me in this...
thanx (1 Reply)
Discussion started by: bskumar4u
1 Replies
3. UNIX for Advanced & Expert Users
Hi,
from my Windows Workstation I can connect with PUTTY to an AIX 6.1 unix server.
On AIX via PUTTY I run DBCA which has a grphical interface.
Then :
#DISPLAY=local_host:0.0 ; export DISPLAY
$(hostname) $(whoami):/appli/oracle/product/10.2.0/db_1/bin#dbca
_X11TransSocketINETConnect()... (12 Replies)
Discussion started by: big123456
12 Replies
4. Shell Programming and Scripting
I need help with these requirement:
I have a FILE1, single column with list of filenames (about 30-150). I need to read each line from FILE1, do a word-count-lines of the filenames and echo a message if word-count-lines is same for 1minute X 4 iterations
Example and idea below:
FILE1:... (4 Replies)
Discussion started by: olu
4 Replies
5. UNIX for Dummies Questions & Answers
Hello All,
I have a script which has a functionality to sleep for 300 seconds after it does some processing, so in the logs if i check after the 3 iteration of sleep it didn't write saying "sleeping for 300 seconds". I suspect putty would automatically terminate session as i cannot access it any... (1 Reply)
Discussion started by: Ariean
1 Replies
6. Shell Programming and Scripting
All,
I am using a for loop to SCP a bunch of files in a directory. I am having it then drop a .ready file name. Is there a way to check for the success of all iterations and then email upon fail or success?
Example of part of my script:
for file in $ORIGLOC/*
do
] &&... (2 Replies)
Discussion started by: markdjones82
2 Replies
7. Shell Programming and Scripting
I have a silly beginners question here:
I'm running a for loop within an awk command as follows, however the loop only runs once, instead of 2 through to 11 and then terminating. As the output to screen of x (line 6) shows x to equal 12, when it should be 1.
---------------------------
awk... (2 Replies)
Discussion started by: sirtrancealot
2 Replies
8. Solaris
I have an application that I run remotely, before I start the app, i have to export the display using the DISPLAY=x.x.x.x; export DISPLAY command
now, i have just put a crt monitor on this box, and i try to run the same command, for the display variable, i have used the machines own IP address,... (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies