Sponsored Content
Full Discussion: Variable length
Top Forums Shell Programming and Scripting Variable length Post 302564521 by raghu.iv85 on Thursday 13th of October 2011 10:20:38 PM
Old 10-13-2011
my value will be more than 3 lines like below


Quote:
"v1.011.12 v1.011.13 v1.011.14 v1.011.15 v1.011.16 v1.011.17 v1.011.18 v1.011.19 v1.011.20 v1.011.21 v1.011.22 v1.011.23 v1.011.24 v1.011.25 v1.011.26 v1.011.27 v1.011.28 v1.011.29 v1.011.30 v1.011.31 v1.011.32 v1.011.33 v1.011.34 v1.011.35 v1.011.36 v1.011.37 v1.011.38 v1.011.39 v1.011.40 v1.011.41 v1.011.42 v1.011.43 v1.011.44 v1.011.45 v1.011.46 v1.011.47 v1.011.48 v1.011.49 v1.011.50 v1.011.51 v1.011.52 v1.011.53 v1.011.54 v1.011.55 v1.011.56 v1.011.57 v1.011.58 v1.011.59 v1.011.60 v1.011.61 v1.011.62 v1.011.63 v1.011.64 v1.011.65 v1.011.66 v1.011.67 v1.011.68 v1.011.69 v1.011.70"
Sometimes it may be more than 10 lines also.

Pls suggest the way to achieve this..

Thanks in advance.

Regards,
VRN

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

creating a fixed length output from a variable length input

Is there a command that sets a variable length? I have a input of a variable length field but my output for that field needs to be set to 32 char. Is there such a command? I am on a sun box running ksh Thanks (2 Replies)
Discussion started by: r1500
2 Replies

2. Shell Programming and Scripting

Length of a variable

Hi, I have another question, I am very new to scripting. I am using c shell. I am trying to get the length of a variable. Right now I am using set var = 12 echo $#var but the # operator isn't working, it is telling me that the length is 1 when it is obviously two.... help! (3 Replies)
Discussion started by: karyn1617
3 Replies

3. Shell Programming and Scripting

help need to find the length of a variable

Hi frnds, i have a file which contains multiple lines. each line size may come around 64MB. and i want to read line by line and nee to find the length of each line, at present am doing it in the following way, while read LINE do len=`expr length "$LINE"` # and using the variable... (7 Replies)
Discussion started by: smr_rashmy
7 Replies

4. Shell Programming and Scripting

length of a variable!

Hi everyone! I have a question. How can I limit the length of a variable? If its bigger than 9 for example to stop sa script from running. (3 Replies)
Discussion started by: cristi2008
3 Replies

5. UNIX for Dummies Questions & Answers

Convert a tab delimited/variable length file to fixed length file

Hi, all. I need to convert a file tab delimited/variable length file in AIX to a fixed lenght file delimited by spaces. This is the input file: 10200002<tab>US$ COM<tab>16/12/2008<tab>2,3775<tab>2,3783 19300978<tab>EURO<tab>16/12/2008<tab>3,28523<tab>3,28657 And this is the expected... (2 Replies)
Discussion started by: Everton_Silveir
2 Replies

6. Shell Programming and Scripting

Make variable length record a fixed length

Very, very new to unix scripting and have a unique situation. I have a file of records that contain 3 records types: (H)eader Records (D)etail Records (T)railer Records The Detail records are 82 bytes in length which is perfect. The Header and Trailer records sometimes are 82 bytes in... (3 Replies)
Discussion started by: jclanc8
3 Replies

7. Shell Programming and Scripting

Split variable length and variable format CSV file

Dear all, I have basic knowledge of Unix script and her I am trying to process variable length and variable format CSV file. The file length will depend on the numbers of Earnings/Deductions/Direct Deposits. And The format will depend on whether it is Earnings/Deductions or Direct Deposits... (2 Replies)
Discussion started by: chechun
2 Replies

8. Shell Programming and Scripting

changing a variable length text to a fixed length

Hi, Can anyone help with a effective solution ? I need to change a variable length text field (between 1 - 18 characters) to a fixed length text of 18 characters with the unused portion, at the end, filled with spaces. The text field is actually field 10 of a .csv file however I could cut... (7 Replies)
Discussion started by: dc18
7 Replies

9. Shell Programming and Scripting

[Solved] How to increment and add variable length numbers to a variable in a loop?

Hi All, I have a file which has hundred of records with fixed number of fields. In each record there is set of 8 characters which represent the duration of that activity. I want to sum up the duration present in all the records for a report. The problem is the duration changes per record so I... (5 Replies)
Discussion started by: danish0909
5 Replies

10. Shell Programming and Scripting

Convert variable length record to fixed length

Hi Team, I have an issue to split the file which is having special chracter(German Char) using awk command. I have a different length records in a file. I am separating the files based on the length using awk command. The command is working fine if the record is not having any... (7 Replies)
Discussion started by: Anthuvan
7 Replies
MAKESH(1)						      General Commands Manual							 MAKESH(1)

NAME
makeSH - a .SH script maker SYNOPSIS
makeSH files DESCRIPTION
MakeSH examines one or more scripts and produces a .SH file that, when run under sh, will produce the original script. The .SH script so produced has two sections containing code destined for the output. The first section has variable substitutions performed on it (taking values from config.sh), while the second section does not. MakeSH does not know which variables you want to have substituted, so it puts the whole script into the second section. It's up to you to insert any variable substitutions in the first section for any values you want from config.sh. You should run makeSH from within your top-level directory and use the relative path to the file as an argument, so that the "Extracting ..." line printed while running the produced .SH file later on will give that same path. AUTHOR
Larry Wall <lwall@netlabs.com> SEE ALSO
pat(1), metaconfig(1), makedist(1). BUGS
It could assume that variables from metaconfig's Glossary need to be initialized in the first section, but I'm too lazy to make it do that. LOCAL MAKESH(1)
All times are GMT -4. The time now is 10:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy