Sponsored Content
Top Forums Shell Programming and Scripting Split file when value in column is blank Post 303010767 by RudiC on Saturday 6th of January 2018 01:37:42 PM
Old 01-06-2018
And, please consider this question: Who on earth should care MORE for your problem than you do?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Blank column in a file.

hi, Please tell me a way in which i can find out all the blank columns in the file which is pipe-delimited.after finding the blank column i want to find the line number. (8 Replies)
Discussion started by: Mohit623
8 Replies

2. Shell Programming and Scripting

Help me! grep the log file without blank lines in column

Hi, I have log file like this: i want grep the log file without blank lines in column 4. So the file is become like this : What is the command? please help me. (1 Reply)
Discussion started by: justbow
1 Replies

3. Shell Programming and Scripting

Split file by column value

Please help me figure out whats wrong with my code, I have to split a file according to values in 3rd thru 6th column, If the 3rd or 4th col values are >0, row goes to 1 file, if 3rd and 5th are >0,row goes to another file...and so on... What is wrong with my code? It doesn't seem to work.... (2 Replies)
Discussion started by: newbie83
2 Replies

4. Shell Programming and Scripting

Split the file based on column

Hi, I have a file sample_1.txt (300k rows) which has data like below: * Also each record is around 64k bytes 11|1|abc|102553|125589|64k bytes of data 10|2|def|123452|123356|...... 13|2|geh|144351|121123|... 25|4|fgh|165250|118890|.. 14|1|abc|186149|116657|......... (6 Replies)
Discussion started by: sol_nov
6 Replies

5. UNIX for Dummies Questions & Answers

Split file based on column

i have file1.txt asdas|csada|130310|0423|A1|canberra sdasd|sfdsf|130426|2328|A1|sydney Expected output : on eaceh third and fourth colum, split into each two characters asdas|csada|13|03|10|04|23|A1|canberra sdasd|sfdsf|13|04|26|23|28|A1|sydney (10 Replies)
Discussion started by: radius
10 Replies

6. UNIX for Dummies Questions & Answers

Split file based on number of blank lines

Hello All , I have a file which needs to split based on the blank lines Name ABC Address London Age 32 (4 blank new line) Name DEF Address London Age 30 (4 blank new line) Name DEF Address London (8 Replies)
Discussion started by: Pratik4891
8 Replies

7. Shell Programming and Scripting

Split multiple blank, even if it's blank

Hello, I am trying to split : qvipari1 opcmsga OVO Message Agent AGENT,EA Aborted qvipbcarls02 opcmsga OVO Message Agent AGENT,EA Aborted qvipcac3 perfalarm Alarm generator ... (10 Replies)
Discussion started by: cterra
10 Replies

8. Shell Programming and Scripting

Split file by column value, each with header

Hello all, I have a csv with with different testcase values in column 5. year,min,max,Instrument,Testcase 2016,201,1003,GEOTROPH-02116,TATA7980 2016,53,1011,GEOTROPH-01963,TATA7980 2016,3,1024,GEOTROPH-02067,TATA7980 2016,203,1027,GEOTROPH-02011,TATA7980... (16 Replies)
Discussion started by: senhia83
16 Replies

9. Shell Programming and Scripting

How to split a file into column with awk?

The following is my code nawk -F',' ' BEGIN { printf "MSISDN,IMSI,NAM,TS11,TS21,TS22,OBO,OBI,BAIC,BAOC,BOIC,BOIEXH,APNID0,APNID1,APNID2,APNID3,APNID0,CSP,RSA\n" } { for(i=1; i<=NF; i++) { split($i,a,":") gsub(" ","", a) printf "%s;",a } printf "\n" }'HLR_DUMP_BZV >> HLR_full This is... (1 Reply)
Discussion started by: gillesi
1 Replies

10. Shell Programming and Scripting

Split column when value in column is blank in any row

Hi Experts, In short : Need to split file when field in column 5 is blank and need to generate two file in which column 5 is blank and other in which column 5 has values along with other rows and column data My issue is i am not able to get header for column from raw file into new file which... (1 Reply)
Discussion started by: as7951
1 Replies
AWEATHER(1)															       AWEATHER(1)

NAME
aweather - Advanced weather reporting program SYNOPSIS
aweather [-hoaf] [-d level] [-s site] [-t time] DESCRIPTION
AWeather is a advanced weather reporting program which is designed to be used by weather enthusiasts. AWeather is not another weather dockapp that simply displays a pre-computed forecast. It is designed to be an easy to use program that integrates a variety of weather data in simple unified interface; see features for more details. OPTIONS
-h, --help Show usage. -d, --debug=level Change default log level*, a debug level ranges from 0 to 5. A debug level of 5 is recommended only for debugging purposes. -s, --site=site Set initial site. The site should be given as a WSR88D site code such as KLSX. -t, --time=time Set initial time. The time format should be provided in the YYYY-MM-DD HH:MM format. -o, --offline Run in offline mode, AWeather will not attempt to connect to the internet to download radar files but will show the closest matching cached file. -a, --autoupdate Run in autoupdate mode, AWeather will periodically poll data servers for updated information. -f, --fullscreen Run in fullscreen mode, AWeather start up using the entire screen as he main display area. Toolbars and side panels are hidden by default and can be accessed by moving the mouse to the edge of the screen. KEY BINDINGS
h, j, k, l, Left, Down, Up, Right Pan the surface of the earth left, down, up, or right. i, o, +, -, Scroll up, Scroll down Zoom towards or away from the surface of the earth. J, K Zoom Rotate the camera back or forward. If looking across the surface of the earth, J will point the camera towards ground while K will point the camera towards the sky. H, L Rotate the counter clockwise or clockwise around the vertical axes. If looking across the surface of the earth, H will pan to the left while L will pan to the right. w Draw a wire frame of the earth for debugging purposes. q Exit AWeather. Tab Cycle through available plugins. CTRL-R Refresh all map data. MOUSE MOTION
Left-click and drag Pan the surface of the earth. Middle-click and drag Zoom towards (up) or away (down) from the surface of the earth. Right-click and drag Rotate the camera around the vertical and horizontal axes. EXAMPLES
Start AWeather in offline mode and center the map on the St. Louis radar. $ aweather -s KLSX -o SEE ALSO
grits-demo(1) BUGS
Many AUTHOR
Andy Spencer <andy753421@gmail.com> Author. 02/09/2012 AWEATHER(1)
All times are GMT -4. The time now is 09:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy