Sponsored Content
Full Discussion: Chemist Needs Help
Top Forums UNIX for Dummies Questions & Answers Chemist Needs Help Post 302250525 by gingburg on Thursday 23rd of October 2008 03:08:54 PM
Old 10-23-2008
Jim, the first part is perfect. I will try to explain the columns a little better.

I need 4 columns:

The first should be 1.5 through 11.5 by 0.1 increments.

The second column will have 101 15-digit numbers which I have previously extracted with the awk command. The first 15-digit number should be in the same row as 1.5

The third column will have one 15 digit number that I will use the same awk function to retrieve with as i did before. But since I only have one number i need to repeat it 101. The same goes for the fourth.

In the end i should have 4 columns:

1.5 (15-digit number) (15-digit number) (15-digit number)
1.6 (15-digit number) (15-digit number) (15-digit number)

note thr last two columns will have the same 15 digit numbers going down the columns but each column will not have the same number.

Thanks, hope that helps.
 

We Also Found This Discussion For You

1. UNIX for Dummies Questions & Answers

Chemist Needs Help part II

Hello friends, I was wondering if you can help me with probably a simple function to you all: the sample looks and has this format. I was wondering how I could extract the first and second column starting including the line 'E/N and Ko' and not stop until there are no more lines. Thank you for... (5 Replies)
Discussion started by: gingburg
5 Replies
BlueZ(1)							   User Commands							  BlueZ(1)

NAME
pand - BlueZ Bluetooth PAN daemon DESCRIPTION
The pand PAN daemon allows your computer to connect to ethernet networks using Bluetooth. SYNPOSIS
pand <options> OPTIONS
--show --list -l Show active PAN connections --listen -s Listen for PAN connections --connect -c <bdaddr> Create PAN connection --search -Q[duration] Search and connect --kill -k <bdaddr> Kill PAN connection --killall -K Kill all PAN connections --role -r <role> Local PAN role (PANU, NAP, GN) --service -d <role> Remote PAN service (PANU, NAP, GN) --ethernet -e <name> Network interface name --device -i <bdaddr> Source bdaddr --nosdp -D Disable SDP --encrypt -E Enable encryption --secure -S Secure connection --master -M Become the master of a piconet --nodetach -n Do not become a daemon --persist -p[interval] Persist mode --cache -C[valid] Cache addresses --pidfile -P <pidfile> Create PID file --devup -u <script> Script to run when interface comes up --devdown -o <script> Script to run when interface comes down --autozap -z Disconnect automatically on exit SCRIPTS
The devup/devdown script will be called with bluetooth device as first argument and bluetooth destination address as second argument. PAN daemon February 2003 BlueZ(1)
All times are GMT -4. The time now is 10:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy