Sponsored Content
Full Discussion: Assign a variable with awk
Top Forums Shell Programming and Scripting Assign a variable with awk Post 302910461 by arpagon on Thursday 24th of July 2014 03:40:46 PM
Old 07-24-2014
thank you mate!
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk: assign a printf value to a variable

Is there any way to something like this?: variable=printf("%30s",var1) Thx. (2 Replies)
Discussion started by: Klashxx
2 Replies

2. Shell Programming and Scripting

assign value to variable using AWK

Dear Friends I have text file as like below, AAAAA|BHBHBH|VERYSMART AAAAA| KKKKKK|GOOD BBBBBB|JJJJJJJ|VERYGOOD CCCCC|HJHJHJ|BETTER CCCCC|UUUUU|GOOD i need to split into seperate files based on column 1 like as below AAAAA.TXT contains -------------------- BHBHBH.VERYSMART... (4 Replies)
Discussion started by: HAA
4 Replies

3. Shell Programming and Scripting

assign awk command result to a variable

#!/bin/sh # ## MYSTRING = `awk '/myApp.app/' /Users/$USER/Library/Preferences/loginwindow.plist` if then echo String not found defaults write /Users/$USER/Library/Preferences/loginwindow AutoLaunchedApplicationDictionary -dict-add -string Hide -bool YES -string Path -string... (9 Replies)
Discussion started by: dedmakar
9 Replies

4. Shell Programming and Scripting

Assign o/p of awk to a variable

:confused: Hi UNIX gurus, I am facing a typical problem while assigining while assigining output of awk to a variable. I have a fixed length file say myinputfile.txt When I allow the value/output of an awk to be redirected to a file, it works fine. i.e. awk "/^.{232}$acctNum/ {... (8 Replies)
Discussion started by: c2b2
8 Replies

5. Shell Programming and Scripting

awk: assign variable with -v didn't work in awk filter

I want to filter 2nd column = 2 using awk $ cat t 1 2 2 4 $ VAR=2 #variable worked in print $ cat t | awk -v ID=$VAR ' { print ID}' 2 2 # but variable didn't work in awk filter $ cat t | awk -v ID=$VAR '$2~/ID/ { print $0}' (2 Replies)
Discussion started by: honglus
2 Replies

6. Shell Programming and Scripting

assign awk's variable to shell script's variable?

Dear All, we have a command output which looks like : Total 200 queues in 30000 Kbytes and we're going to get "200" and "30000" for further process. currently, i'm using : numA=echo $OUTPUT | awk '{print $2}' numB=echo $OUTPUT | awk '{print $5}' my question is : can I use just one... (4 Replies)
Discussion started by: tiger2000
4 Replies

7. Shell Programming and Scripting

help on awk---- need to assign the output of awk to a variable

hi i want to find the size of a folder and assign it to a variable and then compare if it is greater than 1 gb. i am doin this script, but it is throwing error.... #!/bin/ksh cd . | du -s | size = awk '{print $1}' if size >= 112000 then echo size high fi ERROR : (4 Replies)
Discussion started by: Nithz
4 Replies

8. UNIX for Beginners Questions & Answers

How can I assign awk's variable to shell script's variable?

I have the following script, and I want to assign the output ($10 and $5) from awk to N and L: grdinfo data.grd | awk '{print $10,$5}'| read N L output from gridinfo data.grd is: data.grd 50 100 41 82 -2796 6944 0.016 0.016 3001 2461. where N and L is suppose to be 3001 and 100. I use... (8 Replies)
Discussion started by: geomarine
8 Replies

9. UNIX for Beginners Questions & Answers

How to assign a value to a variable in awk scripting?

Hi, I am trying to assign a value using below command and it is assigning the command to the variable not the output of the command? out_value="echo $0 | cut -c 9-11"; How can i assign the output to the variable instead of whole command? This is inside my awk script (7 Replies)
Discussion started by: bhagya123
7 Replies

10. Shell Programming and Scripting

How to assign awk values to shell variable?

Hi Gurus, I have a script which assign awk output to shell variable. current it uses two awk command to assign value to two variables. I want to use one command to assign two values to two variables. I tried the code, but it does't work. kindly provide your suggestion. current code... (2 Replies)
Discussion started by: green_k
2 Replies
mcl(7)								  MISCELLANEOUS 							    mcl(7)

  NAME
      mclfamily - a description of the mcl family of cluster applications.

      mcl  is an implementation of the Markov Cluster Algorithm, aka MCL algoritm.  It is described in the mcl manual.	Several other applications
      are part of the MCL distribution. This manual pages gives an overview.

  DESCRIPTION
      mcl(1)	     the cluster algorithm
      mclfaq(7)      MCL Frequently Asked Questions
      mcxio(5)	     the network/matrix input/output format
      mcx(1)	     general network/matrix tasks
      mcx diameter   compute diameter of an undirected network
      mcx ctty	     compute betweenness centrality
      mcx clcf	     compute clustering coefficient
      mcx erdos      compute shortest paths in graphs
      mcx query      analyse networks at different thresholds
      mcx alter      apply network transformations
      mcx convert    convert between interchange/binary storage types
      mcxarray(1)    transform array data to MCL matrices
      mcxdump(1)     dump a matrix optionally with label substitions
      mcxload(1)     load label data into matrix and tab files
      mcxrand(1)     randomly remove, add, and perturb edge weights
      mcxmap(1)      relabel indices in a graph/matrix
      mcxsubs(1)     extracting submatrices in various ways
      mcxi(1)	     general matrix operations
      mcxassemble(1) create matrices from raw data
      clm(1)	     general graph-clustering related tasks
      clm dist	     compute split/join distance between clusterings
      clm vol	     derive node volatility scores from a set of clusterings
      clm info	     compute performance measure for clusterings
      clm meet	     compute intersection of clusterings
      clm mate	     find best matching clusters between clusterings
      clm close      fetch connected components from graphs or subgraphs
      clm imac	     interpret MCL iterand/matrix as clustering
      clm order      reorder indices to represent blocks from different clusterings
      clm residue    extend subgraph clustering
      clmformat(1)   display clusters as html or txt files
      mclpipeline(1) parsing/assembly/clustering/display
      mclblastline(1)BLAST pipeline
      mcxdeblast(1) *parse BLAST files

      Entries marked * are not available if only a default install is done.

  mcl 12-068							      8 Mar 2012							      mcl(7)
All times are GMT -4. The time now is 04:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy