Sponsored Content
Full Discussion: How to separate file content
Top Forums UNIX for Dummies Questions & Answers How to separate file content Post 302224659 by jim mcnamara on Wednesday 13th of August 2008 03:10:11 PM
Old 08-13-2008
There is no "pattern" as what divides the fields into 3 indentifiable fields. Is it by column?
ie field 1 goes from Col 1 - 34, Col 2 35 - 102, etc. Or the gaps of several white spaces?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

To read and separate number and words in file and store to two new file using shell

hi, I am a begginer in unix and i want to know how to open a file and read it and separate the numbers & words and storing it in separate files, Using shell scripting. Please help me out for this. Regards S.Kamakshi (2 Replies)
Discussion started by: kamakshi s
2 Replies

2. UNIX for Dummies Questions & Answers

creating separate directories according to file extension and keeping file in different directory as

unix program to which a directory name will be passed as parameter. This directory will contain files with various extensions. This script will create directories with the names of the extention of the files and then put the files in the corresponding folder. All files which do not have any... (2 Replies)
Discussion started by: Deekay.p
2 Replies

3. Shell Programming and Scripting

How to split a data file into separate files with the file names depending upon a column's value?

Hi, I have a data file xyz.dat similar to the one given below, 2345|98|809||x|969|0 2345|98|809||y|0|537 2345|97|809||x|544|0 2345|97|809||y|0|651 9685|98|809||x|321|0 9685|98|809||y|0|357 9685|98|709||x|687|0 9685|98|709||y|0|234 2315|98|809||x|564|0 2315|98|809||y|0|537... (2 Replies)
Discussion started by: nithins007
2 Replies

4. Shell Programming and Scripting

Separate lines in csv by column content (newbie)

Hello everyone I have a csv file organized just like in the following example: col1,col2,col3,CODE_0, ... , colN col1,col2,col3,CODE_0, ... , colN col1,col2,col3,CODE_1, ... , colN col1,col2,col3,CODE_1, ... , colN col1,col2,col3,CODE_1, ... , colN col1,col2,col3,CODE_2, ... , colN... (7 Replies)
Discussion started by: yomaya
7 Replies

5. Shell Programming and Scripting

Compare large file and identify difference in separate file

I have a very large system generated file containing around 500K rows size 100MB like following HOME|ALICE STREET|3||NEW LISTING HOME|NEWPORT STREET|1||NEW LISTING HOME|KING STREET|5||NEW LISTING HOME|WINSOME AVENUE|4||MODIFICATION CAR|TOYOTA|4||NEW LISTING CAR|FORD|4||NEW... (9 Replies)
Discussion started by: jubaier
9 Replies

6. Shell Programming and Scripting

Compare two string in two separate file and delete some line of file

Hi all i want to write program with shell script that able compare two file content and if one of lines of file have # at the first of string or nothing find same string in one of two file . remove the line in second file that have not the string in first file. for example: file... (2 Replies)
Discussion started by: saleh67
2 Replies

7. Shell Programming and Scripting

Sed: replace content from file with the content from file

Hi, I am having trouble while using 'sed' with reading files. Please help. I have 3 files. File A, file B and file C. I want to find content of file B in file A and replace it by content in file C. Thanks a lot!! Here is a sample of my question. e.g. (file A: a.txt; file B: b.txt; file... (3 Replies)
Discussion started by: dirkaulo
3 Replies

8. Shell Programming and Scripting

How to grep a log file for words listed in separate text file?

Hello, I want to grep a log ("server.log") for words in a separate file ("white-list.txt") and generate a separate log file containing each line that uses a word from the "white-list.txt" file. Putting that in bullet points: Search through "server.log" for lines that contain any word... (15 Replies)
Discussion started by: nbsparks
15 Replies

9. Shell Programming and Scripting

How to remove exisiting file content from a file and have to append new file content?

hi all, i had the below script x=`cat input.txt |wc -1` awk 'NR>1 && NR<'$x' ' input.txt > output.txt by using above script i am able to remove the head and tail part from the input file and able to append the output to the output.txt but if i run it for second time the output is... (2 Replies)
Discussion started by: hemanthsaikumar
2 Replies

10. Programming

creating separate output file for each input file in python

Experts, Need your help for this. Please support My motive is to create seperate output file for each Input Files(File 1 and File2) in another folder say(/tmp/finaloutput) Input files File 1(1.1.1.1.csv) a,b,c 43,17104773,3 45,17104234,4 File 2(2.2.2.2.csv) a,b,c 43,17104773,1... (2 Replies)
Discussion started by: as7951
2 Replies
SPC(1)								   User Commands							    SPC(1)

NAME
spc - colorize and print to standard output SYNOPSIS
spc [OPTION] [-c file|-C directory] [-t type] [FILE]... DESCRIPTION
Colorize specific patterns in the input and write to standard output. The output may optionally be formatted as a web page. -c | --config=FILE specify non-standard config file -C | --config-dir=DIR specify non-standard config file directory -d | --debug turn on debug information (multi-level -d -d ...) -D | --no-extension don't look at ./.spcrc[-ext] for config file -h | --help display this help and exit -m | --matching print only lines that have matches -n | --line-numbers precede each line with a line number -r | --reverse reverse black and white -R | --nohomedir dont look in ~/.spcrc for config files -S | --printsysdir print SYSTEM_DIRECTORY and exit -t | --type=TYPE specify the effective file type or extension -v | --version output version information and exit -w | --webpage generate web page With no FILE read standard input. CONFIGURATION FILE SEARCH
Configuration files are required for proper operation. These files are found by searching in a number of locations until a proper one is found. The directories and file names are searched in the following order for a file with the extension ".foo" or if the "-t foo" option is used. Also, if the "-C bar" option is used it's place in the search is shown. ./.spcrc-foo ./.spcrc ~/.spcrc/spcrc-foo ~/.spcrc/spcrc bar/spcrc-foo bar/spcrc SYSTEM_DIRECTORY/spcrc-foo SYSTEM_DIRECTORY/spcrc The file extension is obtained by using the characters after the final '.' character in the file name. If there is no extension then the filename itself is used. However, if the extension is "log" then additional processing is done. The filename, i.e. the part of the path after the last '/' character, is used up to the first '.' character. For example, this results in an extension of "apache" for an apache log with the name "apache.0.log". This behavior can be over-ridden using the -t option. CONFIGURATION FILE FORMAT
SuperCat configuration files have a fixed columnar format for readability and easy parsing. There are 6 fields per line although only 2-3 require entries. The format is: 1 2 3 4 5 1234567890123456789012345678901234567890123456789012345 HTML Color Name Col A N T RE / String / Characters #################### ### # # # ######################## HTML Color Name (columns 1-20) This optional field specifies the standard HTML color name to use when creating a web page. It is only required if the -w option of Supercat is used. Col - Color (columns 22-24) This is the mandatory three character color name which may take on one of the values: blk, red, grn, yel, blu, mag, cya or whi. A - Color Attribute (column 26) This is a color attribute which may take on one of the following values: '-':normal, 'b':bold, 'u':underline, 'r':reverse or 'k':blink. A space ' ' defaults to '-':normal. N - Number of matches to color (column 28) This is a single digit number that indicates the number of matches to color on a single line. '0' indicates all. A space ' ' defaults to '0':all. T - Type of Match(column 30) This is a single character which may take on the following values: 'r':regular expression, 's':string, 'c':characters or 't':unix time conversion RE. A space ' ' defaults to 'r':RE. An extended regular expression (see regex(7)) specifies the pattern to match and the pattern or sub-pattern(s) to color. The portions of the pattern in parentheses are colored. The string matches the exact string and color it. For the list of characters, each character is matched individually and colored. The time RE extended regular expression specifying a pattern to match with one sub-pattern to color of the form ([0-9]{10}). This should match a 10 decimal digit Unix since 01/01/1970. This number will be converted to the human readable form: MMDDHHMMSS replacing the same 10 columns. RE / String / Characters - Attribute (columns 32-) COMMAND LINE EXAMPLES
spc spc.c Colorize file spc.c. cat spc.c | spc -t c Read standard input formatting type C file to standard output. CONFIGURATION FILE EXAMPLES
Take a look at some of the configuration files delivered with SuperCat that can be found in the SYSTEM_DIRECTORY. The following are a few simple examples of the syntax of the configuration file. Magenta mag - 0 r ([0-9]{2}):([0-9]{2}):([0-9]{2}) Color a time field HH:MM:SS but not the colons. Cyan cya t ^([0-9]{10}) Match a 10 decimal digit number at the beginning of a line treating it as a Unix seconds since epoch and convert it to MMDDHHMMSS in cyan. Cyan cya 1 t ([0-9]{10}) Similar to above but using numeric count. Yellow yel "(.*)" Color quoted string in yellow. AUTHORS
Written by Mark Anderson and Thomas Anderson. Tested by David Anderson. REPORTING BUGS
Report bugs to <bug-spc@nosredna.net>. SH COPYRIGHT Copyright (C) 2007 Thomas G. Anderson This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. spc 0.4 March 2007 SPC(1)
All times are GMT -4. The time now is 11:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy