Sponsored Content
Full Discussion: BASH join command error PLS
Top Forums UNIX for Beginners Questions & Answers BASH join command error PLS Post 302991464 by deadcick on Friday 10th of February 2017 06:17:15 PM
Old 02-10-2017
BASH join command error PLS

i've tried every variation possible and keep getting not sorted error. can anyone shed any light on how to do this?

(image attached)
BASH join command error PLS-linuxqpng
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Bash: bad substitution problem...pls help!

I have this situation in my script (simplified): A=C C=10 I need to get number 10 using just A variable. I tried with : echo $`echo $A` - but i get $C string (i need number) Thanks very much for any help! (1 Reply)
Discussion started by: xfouxs
1 Replies

2. Shell Programming and Scripting

join (pls help on join command)

Hi, I am a new learner of join command. Some result really make me confused. Please kindly help me. input: file1: LEO oracle engineer 210375 P.Jones Office Runner ID897 L.Clip Personl Chief ID982 S.Round UNIX admin ID6 file2: Dept2C ID897 6 years Dept5Z ID982 1 year Dept3S ID6 2... (1 Reply)
Discussion started by: summer_cherry
1 Replies

3. Shell Programming and Scripting

[bash] join command

Hi I've 2 files: I'd like to get an output like: if I do like: join file1 file2 I get Where line 30 miss. I'm reading this old post: https://www.unix.com/unix-dummies-questions-answers/14647-join-command.html. Where a solutionn with awk is suggested. I mean is possible get the same... (5 Replies)
Discussion started by: Dedalus
5 Replies

4. Shell Programming and Scripting

awk command for simple join command but based on 2 columns

input1 a_a a/a 10 100 a1 a_a 20 200 b1 b_b 30 300 input2 a_a a/a xxx yyy a1 a1 lll ppp b1 b_b kkk ooo output a_a a/a 10 100 xxx yyy (2 Replies)
Discussion started by: ruby_sgp
2 Replies

5. Shell Programming and Scripting

Bash join script not working

So i'm currently working on a project where I'm attempting to display information of users from the /etc/passwd file and also another information file holding addition information about users. Problem is I've been trying to join the two files together and have all of the information about each... (2 Replies)
Discussion started by: Nostyx
2 Replies

6. UNIX for Dummies Questions & Answers

how to join two files using "Join" command with one common field in this problem?

file1: Toronto:12439755:1076359:July 1, 1867:6 Quebec City:7560592:1542056:July 1, 1867:5 Halifax:938134:55284:July 1, 1867:4 Fredericton:751400:72908:July 1, 1867:3 Winnipeg:1170300:647797:July 15, 1870:7 Victoria:4168123:944735:July 20, 1871:10 Charlottetown:137900:5660:July 1, 1873:2... (2 Replies)
Discussion started by: mindfreak
2 Replies

7. UNIX for Dummies Questions & Answers

How to use the the join command to join multiple files by a common column

Hi, I have 20 tab delimited text files that have a common column (column 1). The files are named GSM1.txt through GSM20.txt. Each file has 3 columns (2 other columns in addition to the first common column). I want to write a script to join the files by the first common column so that in the... (5 Replies)
Discussion started by: evelibertine
5 Replies

8. Shell Programming and Scripting

Bash: join 2 files

Hello ! I want to join 2 files. They look like this: KE340296.1 1 0/0:11 KE340296.1 2 0/0:12 KE340296.1 6 0/1:13 KE340297.1 1 0/1:14 KE340297.1 3 0/1:15 KE340297.1 4 0/1:16 and KE340296.1 1 0/0:21 KE340296.1 2 0/0:22 KE340296.1 3... (4 Replies)
Discussion started by: MumuGB
4 Replies

9. Shell Programming and Scripting

Bash script with awk command ERROR

Hello im new here... Im trying to read file and create folders from words in it but i get this for loop error awk : line 3 : syntax error at or near for my code is.. #!/bin/bash begin for (( i=1;i<=5;i++)); do awk -v i=$i $0 { print $i } mkdir $i done {print $i} end {} i have... (7 Replies)
Discussion started by: boxstep
7 Replies

10. Shell Programming and Scripting

How to join 2 text files using bash scripting?

Hi Guys, I want to combine 2 files and and put together in 1 file . See below desired output. Any help will be much appreciated. FILE AX 2134 101L 12345.00 22222.00 1 10 X 2134 101L 12345.00 22222.00 11 20 X 2134 101L 12345.00 22222.00 21 30 X 2134 111L 77777.00 ... (3 Replies)
Discussion started by: H.R
3 Replies
APLOT(9.1)																APLOT(9.1)

NAME
aplot - isometric plots of data arrays SYNOPSIS
fb/aplot [ -a ] [ -llightfile ] [ -ttype ] [ -rrange ] [ -w x0 y0 x1 y1 ] file DESCRIPTION
Aplot draws an anti-aliased isometric perspective plot of the square array of elevations that it reads from file. The output is a picture file, written on standard output. Option -t specifies the type of the data in the binary file. Possible types are s short i int l long f float d double c char u unsigned char The default is -t f. Option -w sets the WINDOW= attribute of the output image. By default, the image is drawn in a 640x512 window. Normally, the data is scaled to make the plot fill the window. This default scaling can be overridden by option -r, in which case the data is scaled so that range is the magnitude of data values that would make a plot that just fills the window vertically. Option -l gives the name of a file describing how to shade the surface and how shiny the surface is. By default, a not-at-all shiny sur- face is lit from above by a single light source. The lightfile contains lines of the following forms: light x y z brightness specifies light source of the given brightness shining in direction (x,y,z). There can be up to 16 light sources. The default light is in direction (2,3,9) and has brightness 1. ambient brightness specifies the brightness of then ambient (non-directional) light. The default is 0.02. diff reflectance sets the amount of diffuse reflection from the surface. The default is 0.98. spec reflectance sets the amount of specular reflection from the surface. The default is 0. bump height sets the width of the specular reflection bump. Larger numbers produce tighter (less diffuse) bumps. The default is 80. Option -a suppresses writing an alpha channel into the output file. By default, the output has CHAN=ma. SOURCE
/sys/src/fb/aplot.c SEE ALSO
picfile(9.6), filters(9.1) BUGS
Input files are assumed to use native byte order and floating point format, and so are not transportable, except under option -t u. APLOT(9.1)
All times are GMT -4. The time now is 02:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy