Sponsored Content
Top Forums Shell Programming and Scripting Result of 'cut' into variable Post 302915347 by API on Tuesday 2nd of September 2014 11:59:32 AM
Old 09-02-2014
Thanks for your quick reply.

First of all - you are right I had to quote the variable "$Header". Then I will get the whole string with all the spaces in it.

For explanation why I use the "cut". I have to read a file and know if it is a single line with 160 characters or the content of the file is one record and I will need also the first 160 characaters. Therfor I can not use "head".

But thanks for this really easy solution... Smilie

CU,
API
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

populate variable from remote result

Hi there i am trying to pass the result of a remote command into a variable into my script ie #!/bin/sh var = `ssh remote_box 'uname'` echo $var but all i get back is ./script.sh: var: not found However when i add a -x to put it into diag mode i get the following + ssh... (2 Replies)
Discussion started by: hcclnoodles
2 Replies

2. UNIX and Linux Applications

How to get a result of a cmd into variable?

Hi , I am trying following . I need to get a result of an autosys cmd into a unix variable. The autosys cmd is autostatus -G jpm_day_today Please help me in storing the value returned by this cmd into a unix variable. Appreciate your time to read this post. (1 Reply)
Discussion started by: manchau
1 Replies

3. Shell Programming and Scripting

Assign result to variable

Hi friends, firstly, i can run following expression and i took 100 value. sqlplus -s username/password@TTTEST @umt.sql umt.sql exists "select t.deger from parametre t where t.id=30". result of this query =100 i need to assign this value(100) to variable(for example x... (2 Replies)
Discussion started by: temhem
2 Replies

4. Shell Programming and Scripting

Taking sed result in a variable

Hi All, How can i take the following code having three seds into a variable : echo "$DateFileFormat" | sed 's/\./\\\\./g' | sed 's/\$/+/g' | sed 's/\#/'$job_date'/g' I want to get the result stored in a script variable i tried var2=`echo "$DateFileFormat" | sed 's/\./\\\\./g' |... (4 Replies)
Discussion started by: abhinav192
4 Replies

5. Shell Programming and Scripting

result in variable

Hi all, I'll try to get a result from a search with "awk" into a variable. It works for those examples: findfirstline=`awk 'BEGIN{ mycount = 1 } { if(mycount == 1 && /^Video/){ row=NR; print row; mycount = 0; }}' ${i}` findlastline=`awk '/^Video/ {row=NR} END{print row}' ${i}` But it... (6 Replies)
Discussion started by: tempestas
6 Replies

6. Shell Programming and Scripting

Print the whole line which contains the result of the command cut

Hey everyone I have a file 'agenda' which contains: Object Day Month Year Birthday 09 02 2012 i want to extract from a script the line which contains the day the user typed. for example if he type 09 the line is showed using... (4 Replies)
Discussion started by: Goldstein
4 Replies

7. Shell Programming and Scripting

How to combine two variable result?

Hi, i have two variables i.e lck_ckm_customer=ckm_customer and(present in some script A) table=ckm_customer(present in script B) in script B i am executing this part if ; then --- ---- ---- fi Now, while comparing in my log file i am getting this result if but i... (2 Replies)
Discussion started by: gnnsprapa
2 Replies

8. UNIX for Dummies Questions & Answers

I save the result in a variable

I have friends that this command worked perfectly, but I would like to save the result in a variable, which I have not achieved var=prueba.txt echo $var | cut -d "." -f 1 prueba I need to do this but does not work me salida=echo $var | cut -d "." -f 1 echo "result:$salida" ... (8 Replies)
Discussion started by: tricampeon81
8 Replies

9. Shell Programming and Scripting

Store result variable

Friends have the following problem: cat $PATH_DAT/mr.txt | nawk 'BEGIN { CantPnt=0; NumReg=0; FS="|" } { NumReg++ CantPnt=CantPnt+int($2) } END{ printf... (5 Replies)
Discussion started by: tricampeon81
5 Replies

10. Shell Programming and Scripting

CUT command not giving correct result inside loop

Hi, i have a source file and have 3 columns and separated by "|" .i want to split this 3 columns in different variable.When i am executing this values indivisually giving correct result but when the same execute inside a for loop,it's giving issues. Src file(jjj.txt) -------... (8 Replies)
Discussion started by: raju2016
8 Replies
SYMPHONY(1)						      General Commands Manual						       SYMPHONY(1)

NAME
symphony - mixed-integer linear program (MILP) solver SYNOPSIS
symphony [ -hagrtbd ] [ -u ub ] [ -p procs ] [ -n rule ] [ -v level ] [ -s cands ] [ -c rule ] [ -k rule ] [ -m max ] [ -l pools ] [ -i iters ] [ -f parameter_file_name ] [-j 0/1] [-o tree_out_file] DESCRIPTION
This manual page briefly documents the symphony command. symphony is a generic MILP solver that can be invoked from the command line (through an interactive shell or in a batch mode), or by link- ing to the provided callable library. When no options are given symphony enters the interactive shell mode. Otherwise the program enters the batch mode, for which a summary of options is included below. OPTIONS
At a minimum, one must specify the name of the file to be read and solved. -h help -a no cut timeout -d enable graph drawing -g use cut generator -r do repricing in root -t trim the tree -b don't perform branch and cut -u ub use upper bound 'ub' -p procs allow 'procs' active nodes -n i use node selection rule 'i' -v i set verbosity to level 'i' -s cands use 'cands' candidates for strong branching -k i use rule 'i' to select child -m n allow a max of 'n' cuts to enter per iteration -e n allow a max of 'n' cut pools -l n k load balance level 'n' and iterations 'k' -i n allow a max of 'n' iterations in presolve -f file read parameters from parameter file 'file' -j 0/1 whether or not to generate cgl cuts -z n set diving threshold to 'n' -o file output vbc-like tree information to file 'file' Solver-specific switches: symphony [ -H ] [ -FL file ] -H help (solver-specific switches) -F model model should be read in from file 'model' (MPS format is assumed unless -D is also present) -L model LP format model should be read in from file 'model' -D data model is in AMPL format and data is in file 'data' SEE ALSO
For a complete description, see /usr/share/doc/coinor-libsymphony-doc/user-guide.pdf.gz in the coinor-libsymphony-doc package. AUTHOR
symphony was written by Ted Ralphs et.al. This manual page was written by Aramian Wasielak <aramian.wasielak@gmail.com>, based on "symphony -h" and clp.1, for the Debian project (but may be used by others). Jan 21, 2010 SYMPHONY(1)
All times are GMT -4. The time now is 10:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy