10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi,
I have a folder that contains files
abc.txt
def.txt
....and so on
Inside abc.txt, I have @<TRIPOS>MOLECULE
4|Chelerythrine|abcb11_earlyIdentification_Stronginhib_washed_ligprep|sdf|1|dock
Inside def.txt, I have @<TRIPOS>MOLECULE... (6 Replies)
Discussion started by: rossi
6 Replies
2. What is on Your Mind?
Dear all,
We've been asked to submit names for our documentation system. It used to be the very dry ISDL (Information Services Documentation Library)
The replacement is built on a Wiki-beastie but that doesn't help much with a name.
I wondered about an acronym based on CRAFT, so I can... (1 Reply)
Discussion started by: rbatte1
1 Replies
3. Shell Programming and Scripting
#!/bin/bash
while read inputline
do
what="$inputline"
echo $what;
if ;
then
exit
fi
$reextend $what
$print ls -a
done
this is my code i am trying to change all of the file types of a certain directory to another file type but im not all the way there can someone help please (3 Replies)
Discussion started by: domdom110
3 Replies
4. UNIX for Dummies Questions & Answers
I have a whole directory and I need each lines of each file to be separated to a new file but I am facing problem naming them :(
some of the files even might be empty
the output files should be names original file name + the number of the line or any incremental number
FILES="data/*"
for X in... (12 Replies)
Discussion started by: A-V
12 Replies
5. IP Networking
Hi gurus, I am trying to understand the enviroment which we are using. The fact that I am asking is that this is production enviroment and I cannot change anything to experiment. Following servers are somehow related to each other, please help me figure out if my conclusions are correct.
-... (0 Replies)
Discussion started by: wakatana
0 Replies
6. Shell Programming and Scripting
i have a file staff.txt with contents
tom|25|New York
sims|40|London
neyo|18|Moscow
i want to label the column at the top, my output should be
Names|age|city of birth
tom|25|New York
sims|40|London
neyo|18|Moscow (4 Replies)
Discussion started by: blackzinga80
4 Replies
7. Hardware
For the selection of motherboards, is there any naming convention in the type numbers? There is usually a brand name and sometimes a version name, but more essential details like form factor, SATA speed and maximum amount of RAM is never given. Is there a reason for that? Is there any background... (2 Replies)
Discussion started by: figaro
2 Replies
8. Shell Programming and Scripting
hi all,
Please advise at what circumstance those file will become
-rwxr-xr-x 1 psa psa 1969088 Aug 18 2006 #libaa.sl
-rwx------ 1 psa psa 2166784 Jul 25 2006 #libcrypto.sl.0.9.7
-rwx------ 1 psa psa 904040 Jul 25 2006 #libxxx.sl
-rwx------ 1 psa ... (2 Replies)
Discussion started by: rauphelhunter
2 Replies
9. Solaris
Hi all ,
I am trying to install solaris 9 on E2900 that is connect to a 3320 SCSI storage , The issue is that i want to have the SCSI disks(3320) to start with controllers 1 and 2 ( c1t0 ....c2t0) and my 2 local disks on c3 and c4 .
Is there a way that i could accomplish that ...
Thanks... (3 Replies)
Discussion started by: ppass
3 Replies
10. Programming
Im not very experienced with C so this is probably a basic question. I have a script that opens up 5 sockets, it then runs through a loop and on a given event reconnects to the relevant socket and sends some data. The socket to be reconnected to is kept track of with a 'count' variable. The sockets... (5 Replies)
Discussion started by: geester
5 Replies