Sponsored Content
Full Discussion: Split command
Top Forums UNIX for Dummies Questions & Answers Split command Post 302779979 by Don Cragun on Wednesday 13th of March 2013 03:28:09 PM
Old 03-13-2013
siya,
Your description of what you are trying to do is not at all clear. Looking at the "required result" in message #4 in this thread, I'm guessing that you want to replace PH01 immediately followed by up to four zeros with string. If that is what you want, the following awk script will do that for you:
Code:
awk 'match($1, /^PH010{0,4}/) {
        $1 = "string" substr($1, RLENGTH+1)
}
1' input

If you are using a Solaris/SunOS system, use /usr/xpg4/bin/awk or nawk instead of awk.

If the file input contains the data specified in message #1 in this thread, the output is:
Code:
string0G0240 P.he_genemodel_v1.0 CDS 120721 121773 . - . ID=PH01000000G0240.CDS;Parent=PH01000000G0240
string1G0190 P.he_genemodel_v1.0 mRA 136867 137309 . - . ID=PH01000001G0190.mRNA;Parent=PH01000001G0190
.............................................
string278028G0010 P.he_genemodel_v1.0 CDS 27 501.. . - . ID=PH01278028G0010;Description="oereed"
string278104G0010 P.he_genemodel_v1.0 CDS 34 171 . - . ID=PH01278104G0010.CDS;Parent=PH01278104G0010

which matches what you specified in message #4 in this thread.
This User Gave Thanks to Don Cragun For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Problem in split command

I want to split a file containing millions of records. I am issuing the command split -l 20000 filename which will split the file in 20K records each. It works fine except in some files, data after one particular field is lost( the field with space). Say the record is ... (4 Replies)
Discussion started by: superprogrammer
4 Replies

2. Shell Programming and Scripting

Split command

Can anyone tell me what this command will do? split -b$SPLITSIZE - $file1 < $file2 Will it split file1 or file2? Please explain. Malay (1 Reply)
Discussion started by: malaymaru
1 Replies

3. UNIX for Advanced & Expert Users

Split Command options

HI! All iam using Split command to split a large .txt file in to smaller files, The syntax iam using split -25000 Product.txt iam getting four output files but not in .txt format but in some other format , when i checked the properties the Type of the output files is Type can any... (7 Replies)
Discussion started by: mohdtausifsh
7 Replies

4. UNIX for Advanced & Expert Users

Split Command in Perl

Hi, I have to split a line of the form 1232423#asdf#124324#54534#dcfg#wert#rrftt#4567 into an array in perl. I am using @fields; @fields=split('#',$line); if($fields eq "1") But this is not working. By using the syntax, the statements in "if" are never executed. Please help.... (9 Replies)
Discussion started by: rochitsharma
9 Replies

5. UNIX for Dummies Questions & Answers

filenames from split command

Is there an option or a way with the split command to rename the partitioned files with a counter. For example, can the files testaa, testab, testac be renamed to test1, test2, test3 from the split command without explicilty renaming files. Thanks, - CB (3 Replies)
Discussion started by: ChicagoBlues
3 Replies

6. UNIX for Advanced & Expert Users

split command

./myapp | split -b 10m -d -a 1 - "myappLog" here split command is reading the input from the output of myapp and it will write the text in to file where in each file size is 10MB and it will create upto 10 files. I have observed split is flushing the data for every 4096 bytes. if my... (7 Replies)
Discussion started by: arv600
7 Replies

7. UNIX for Dummies Questions & Answers

change split with another command

hi all, i have problem with my script in unix ...i have script with split -d (--numeric-suffixes) in linux its working but in solaris machine the option -d isn't have so how to i can change split -d (this output) will same in output solaris can i change with awk and how do that thx before (2 Replies)
Discussion started by: zvtral
2 Replies

8. Shell Programming and Scripting

Want to split awk command

Hi, There is an awk command in script and it is running successfully. I want to split that command in 2 lines. I have tried using '\' but its not working.. Please suggest me the solution. (11 Replies)
Discussion started by: Sanket Dalvi
11 Replies

9. UNIX for Beginners Questions & Answers

Urgent..!!Split command

Hi All, I want to split the file after size gets above 100kb. So I am using below command. split -b 100kb File.txt Test But after first file, my record is breaking as in middle of the record, size of file is getting above 100kb. So after splitting half record is in one file and half... (1 Reply)
Discussion started by: Amey Dixit
1 Replies

10. UNIX for Beginners Questions & Answers

Help with Split Command

Hi All, I have a txt file which I would like to partition into 2 separate output files. I would like to partition the odd or even groups of 4 lines from the txt file. So I would like lines 1-4 to go to file1, and lines 5-8 to go to file2, and so on until the whole txt file is divided into two... (1 Reply)
Discussion started by: landrjos
1 Replies
cds(1m) 																   cds(1m)

NAME
cds - A dcecp object that represents a Cell Directory Service server SYNOPSIS
cds disable server_name cds help [operation | -verbose] cds operations cds show server_name ARGUMENTS
The name of the cds operation for which to display help information. The name of one CDS server running somewhere in the local cell. Specify the server name in one of the following formats: /.../cell_name/hosts/host_name/cds-server /.:/hosts/host_name/cds-server DESCRIPTION
The cds object allows some low-level control over a CDS server in the local cell. Using it, you can disable a running server, which causes it to shut down gracefully. This command will also display a limited set of the attribute and counter information currently known to the specified server. ATTRIBUTES
The number of times the server failed to update a child replica. The date-time stamp representing when the current server started. The number of crucial replicas known to the server. The skew time allowed the server. The list of clearinghouses known to the server. The number of read operations processed by the server since it started. The number of times the CDS server had problems with the cell Security Service. The number of skulks completed by the server since it started. The number of skulks initiated by the server since it started. The number of times the lookup path was broken during a server operation. The number of write operations processed by the server since it started. OPERATIONS
cds disable Disables the specified CDS server. The syntax is as follows: cds disable server_name The specified server must be running somewhere in the local cell, and you must have the privileges to access that machine. This operation returns an empty string on success. Privileges Required You must have dwc (delete, write, create) permissions on the namespace entry of the server. Example dcecp> cds disable /.:/hosts/blech/cds-server dcecp> cds help Returns help information about the cds object and its operations. The syntax is as follows: cds help [operation | -verbose] Options Displays information about the cds object. Used without an argument or option, the cds help command returns brief information about each cds operation. The optional operation argu- ment is the name of an operation about which you want detailed information. Alternatively, you can use the -verbose option to display detailed information about the cds object itself. Privileges Required No special privileges are needed to use the cds help command. Examples dcecp> cds help disable Disables the specified CDS server. show Returns attribute information about the named CDS server. help Prints a summary of command-line options. operations Returns a list of the valid operations for this command. dcecp> cds operations Returns a list of the operations supported by the cds object. The syntax is as follows: cds operations The list of available operations is in alphabetical order except for help and operations, which are listed last. Privileges Required No special privileges are needed to use the cds operations command. Examples dcecp> cds operations disable show help operations dcecp> cds show Returns attribute information about the specified CDS server. The syntax is as follows: cds show server_name The attributes returned mostly represent counter information, which can be used to help isolate a problems with a CDS server. The order in which the attributes are returned is fixed within CDS. Privileges Required You must have r (read) permissions on the namespace entry of the server. Examples dcecp> cds show /.:/hosts/blech/cds-server {Creation_Time 1995-10-11-10:06:31.434-04:00I-----} {Future_Skew_Time 0} {Read_Operations 141384} {Write_Operations 3589} {Skulks_Initiated 278} {Skulks_Completed 278} {Times_Lookup_Paths_Broken 0} {Crucial_Replicas 0} {Child_Update_Failures 0} {Security_Failures 0} {Known_Clearinghouses /.../gumby1/blech_ch} dcecp> RELATED INFORMATION
Commands: cdsd(1m), dcecp(1m), dcecp_cdsclient(1m). cds(1m)
All times are GMT -4. The time now is 05:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy