Login
Forgot Password?

OR

Login with Google Login with Twitter Login with Facebook
  • Join
  • Profiles
  • Groups
  • SuicideGirls
  • Photos
  • Videos
  • Shop
Vital Stats

mongoofy

Bay View, Wiscompton

Member Since 2002

Followers 120 Following 138

  • Everything
  • Photos
  • Video
  • Blogs
  • Groups
  • From Others

Tuesday Oct 12, 2004

Oct 12, 2004
0
  • Facebook
  • Tweet
  • Email
#!/bin/ksh

# Use the Set command to designate a variable as a
# simple, 1 dimentional Array.

set -A line_array

# Designate an incoming File Name

file_name='test.dat'

# I use simple array index variables. Arrays in the
# k-shell start with an index of 0.

i=0

# Read a line of data from the Incoming File into the
# variable file_line. Note that the data file is
# redirected into the loop on the "done" command
# at the end of the loop.
# The array, line_array, is indexed by the value of i.
# The data from the File is saved in the next array
# element and the Index , i, is incremented.

while read file_line
do
line_array=${file_line}
let i=${i}+1
done < ${file_name}

# Now that you have the data in the Array you can
# do whatever processing you want on it by addressing
# any of the array elements. In this sample we are
# assuming that the data is in the form of x:y and
# we want to display each value of x.

# Reset the Index to the first element.

i=0

# In order to loop thru each value of the array,
# we check to make sure that the Array Index
# is less than or equal to the total number of array
# elements.
# For our sample we display everything to the left of
# the ':' character.
# Remember to increment the Index value.

while [ ${i} -le ${#line_array[*]} ]
do
echo ${line_array}|cut -f1 -d:
let i=$i+1
done

More Blogs

  • 06.24.05
    7

    Friday Jun 24, 2005

    Keep on dancing
  • 06.21.05
    15

    Tuesday Jun 21, 2005

    I just got the coolest invite from the Milwaukee International Film F…
  • 06.20.05
    5

    Monday Jun 20, 2005

    holy effing eff i dont want to be at work at all
  • 06.19.05
    3

    Sunday Jun 19, 2005

    I need a motherfucking huggg
  • 06.17.05
    5

    Friday Jun 17, 2005

    I love you Katamari Damacy
  • 06.16.05
    1

    Thursday Jun 16, 2005

    all i need is one excuse and i will snap so hard moreso than my wil…
  • 06.16.05
    0

    Thursday Jun 16, 2005

    Is it a cool feeling or what when both of the new SG sets are people …
  • 06.14.05
    12

    Wednesday Jun 15, 2005

    Read More
  • 06.14.05
    2

    Tuesday Jun 14, 2005

    something makes me think im alright something makes me think its hop…
  • 06.13.05
    6

    Monday Jun 13, 2005

    im through with these pills that make me sit still i used to say t…

We at SuicideGirls have been celebrating alternative pin-up girls for:

23
years
11
months
5
days
  • 5,509,826 fans
  • 41,393 fans
  • 10,327,617 followers
  • 4,604 SuicideGirls
  • 1,114,895 followers
  • 14,956,268 photos
  • 321,315 followers
  • 61,483,112 comments
  • Join
  • Profiles
  • Groups
  • Photos
  • Videos
  • Shop
  • Help
  • About
  • Press
  • LIVE

Legal/Tos | DMCA | Privacy Policy | 18 U.S.C. 2257 Record-Keeping Requirements Compliance Statement | Contact Us | Vendo Payment Support
©SuicideGirls 2001-2025

Press enter to search
Fast Hi-res

Click here to join & see it all...

Crop your photo