Sponsored Content
Full Discussion: Data arrangement
Top Forums UNIX for Dummies Questions & Answers Data arrangement Post 302085589 by bobo on Friday 18th of August 2006 10:02:20 AM
Old 08-18-2006
No I do not.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Text file arrangement

Dear UNIX experts: Hi, I have a text file which the contents are arranged vertically down, line by line. How do use a loop (I think) to make it arrange in vertical arrangement with a tab delimitated and write to a new file? Eg: of source file Hello World Good-day Thanks Welcome The... (8 Replies)
Discussion started by: merry susana
8 Replies

2. UNIX for Dummies Questions & Answers

Cell arrangement

I have a data file with hundreds of lines: I want to place a YES right below the line that say mydata....can someone please help! on the left is my the original data on the right the data format need to be: left > Right mydata > mydata yes > yesno > no mydata > mydata... (12 Replies)
Discussion started by: bobo
12 Replies

3. UNIX for Dummies Questions & Answers

Data arrangement

10 2 1 2 3 4 5 6 7 8 20 3 2 1 3 2 9 8 2 1 Need the data to be arranged: 10 2 1 5 2 6 3 7 4 8 20 3 2 1 1 2 3 8 2 9 please help! (6 Replies)
Discussion started by: bobo
6 Replies

4. UNIX for Dummies Questions & Answers

Help on file arrangement

Can anyone help me on this. I have a file that looks like this: color red green blue color pink yellow number one two gender male gender female The output would look like this: color red green blue pink yellow number one two gender male female I have over 5000 rows and i dont want... (5 Replies)
Discussion started by: kharen11
5 Replies

5. Shell Programming and Scripting

sorting/arrangement problem

Hi, I have the following 'sorting' problem. Given the input file: a:b:c:12:x:k s:m:d:8:z:m a:b:c:1:x:k p:q:r:23:y:m a:b:c:3:x:k p:q:r:1:y:m the output I expect is: a:b:c:1:x:k p:q:r:1:y:m s:m:d:8:z:m What happened here is I grouped together lines having the same values for... (7 Replies)
Discussion started by: Abhishek Ghose
7 Replies

6. Shell Programming and Scripting

Re-arrangement of data

Dear Frineds, I have a flat file as follows ABCD ABDCWQE POIERAS ADSGASGFG GHJKFHD XBDFGHFGDH POIU IJPFG AFGJFPGOU A;DGUPGU SFSDFDSDFHDSF SDFGHSFDH I want this column to be converted into row like follows ABCD, ABDCWQE, POIERAS, ADSGASGFG, GHJKFHD, XBDFGHFGDH (6 Replies)
Discussion started by: anushree.a
6 Replies

7. Shell Programming and Scripting

Help to data re-arrangement problem

Input file <data id>="1">\ </data>\ <data id>="2">\ </data>\ <code>="1" target="2">\ </code>\ <data id>="1">\ </data>\ <data id>="2">\ </data>\ <code>="1" target="2">\ </code>\ <data id>="1">\ </data>\ <data id>="2">\ </data>\ <code>="1" target="2">\ </code>\ (2 Replies)
Discussion started by: cpp_beginner
2 Replies

8. Shell Programming and Scripting

Help with data re-arrangement problem facing

Input file: <symbol>Q9Y8G1</symbol> <name>Q9Y8G1_EMENI</name> <symbol>Q6V953</symbol> <symbol>Q5B8K1</symbol> <name>Q6V953_EMENI</name> <symbol>G1A416</symbol> <name>G1A416_9FUNG</name> <symbol>D4N894</symbol> <name>D4N894_PLEER</name> <symbol>B0FFU4</symbol>... (13 Replies)
Discussion started by: cpp_beginner
13 Replies

9. UNIX for Advanced & Expert Users

Data re-arrangement

Hi I have a huge problem to solve ASAP. Can someone please help!!! My format is arranged in this format: It has three columns. LOGIN ALIAS REC_ID A BB1 0 A ... (1 Reply)
Discussion started by: Mapilo
1 Replies

10. Shell Programming and Scripting

Retreive data with arrangement

Hi all I have following part of a big file TTDS00002 Synonyms M1 receptor TTDS00002 Disease Alzheimer's disease TTDS00002 Disease Bronchospasm (histamine induced) TTDS00002 Disease Cognitive deficits TTDS00002 Disease Schizophrenia TTDS00002 Function The muscarinic acetylcholine... (2 Replies)
Discussion started by: kareena
2 Replies
ORIGAMI(1)																ORIGAMI(1)

NAME
Origami - command-line management tool for Folding @ Home clients. SYNOPSIS
origami {install | archive | restore | erase | name | status | monitor | proxy | start | stop | version | help} [<options>...] origami {deploy | network-archive | network-restore | network-name | network-monitor | network-name | network-start | network-stop} [<options>...] origami help origami version DESCRIPTION
Origami allows you to install, monitor, archive or restore Folding @ Home data on your local machine. It also allows for central deployment, monitoring, archiving, restoration and updating the username and team data via the network to ssh-accessible machines. Origami supports cron-based scheduling, 32bit or 64bit and network proxy settings. Install Stanfords Folding @ Home client to a single machine or network of machines. COMMAND-LINE ACTIONS The first argument which does not begin with a hyphen ("-") is considered to be an action that the program should perform. If an action is not specified Origami will display the help output. The following actions are available to the local machine: install Install Folding @ Home to the local machine. This action will create a dedicated user, storage location for Folding @ Home data, startup script and request a work unit. deploy Install Folding @ Home to remote machines as listed in the ~/.origamirc file. This action will create a dedicated user, storage location for Folding @ Home data, startup script and request a work unit on the remote machine. SSH access as the root user is required for the deploy action. archive Archive Folding @ Home data for the local Folding @ Home client. This action will stop the Folding @ Home client, archive the current progress into a <hostname>-<date>.tar.bz2 format and store the data in ~/.origami/. network-archive Archive Folding @ Home data on the remote Folding @ Home client as listed in the ~/.origamirc. This action will stop the Folding @ Home client, archive the current progress into a <hostname>-<date>.tar.bz2 format and store the data in ~/.origami/. restore Restore Folding @ Home data on the local machine. This action will require previously archived data (as generated by the archive action). network-restore Restore Folding @ Home data on the remote Folding @ Home clients as listed in the ~/.origamirc. This action will require previously archived data (as generated by the network-archive action). erase Erase current Folding @ Home installation. Anything generated by the install function will be removed and all Folding @ Home progress will be lost. name Update the username and team information for the local Folding @ Home client. It is generally preferred to define username and team at installation with the install action. network-name Update the username and team information for the remote Folding @ Home clients. It is generally preferred to define username and team at installation with the deploy action. status|monitor Display the current progress of the local Folding @ Home client. network-status|network-monitor Disploy the current progress of the remote Folding @ Home clients as listed in the ~/.origamirc. proxy Update the proxy settings for the local Folding @ Home client. This action requires a port and hostname. It is generally preferred to define the proxy port and hostname at installation with the install action. start Start the local Folding @ Home client. (This calls /etc/init.d/origami start) network-start Start the remote Folding @ Home clients as listed in the ~/.origamirc. stop Stop the local Folding @ Home client. (This calls /etc/init.d/origami stop) network-stop Stop the remote Folding @ Home clients as listed in the ~/.origamirc. version Display the Origami version. help Display the Origami help output. OPTIONS
-u|--user=value Define the USERNAME that Folding @ Home data should credit. Default is Anonymous. -t|--team=value Define the TEAM NUMBER that Folding @ Home data should credit. Default is 0. -c|--cron=boolean Activate cron scheduling for the Folding @ Home client. Default is off (0). -p|--proc=value Define i386 or amd64 Folding @ Home client. Default is i386. -P|--port=value Define the port to be used in conjunction with a proxy. Default is 8080. -H|--host=value Define the IP or hostname to be used in conjunction with a proxy. Default is localhost. EXAMPLES
origami install This example will install the Folding @ Home client to the local machine, reporting data as the default Anonymous user and default 0 Team. origami install -u Joe -t 45104 This example will install the Folding @ Home client to the local machine, reporting data as the Joe user as part of the 45104 (TeamUbuntu) Team. origami deploy -u Joe -t 45104 This example will install the Folding @ Home client to all machines listed in the ~/.origamirc file, reporting data as the Joe user as part of the 45104 (TeamUbuntu) Team. origami install -u Joe -t 45104 -p amd64 -c1 This example will install the Folding @ home client to the local machine, reporting data as the Joe user as part of the 45104 (TeamUbuntu) Team, using the amd64 Folding @ Home client and toggling the cron option to auto-stop between the hours of 8:00am and 5:00pm. origami network-status This example will display the current status of the Folding @ Home clients on all machines listed in the ~/.origamirc file. BUGS
To find a list of current bugs, or to report a bug new bug please see https://bugs.launchpad.net/origami. AUTHORS
Origami was written by Christer Edwards <christer.edwards@ubuntu.com>. This manual page was written by Christer Edwards <christer.edwards@ubuntu.com>. Both are released under the GNU General Public License, version 2 or later. 2010-06-16 ORIGAMI(1)
All times are GMT -4. The time now is 05:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy