Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Array in Bourne Shell
Name: Sagri Date: May 5, 2003 at 08:56:39 Pacific OS: UnixWare
Comment:
Hello, What's the alternative to array in Bourne shell??
Unfortunately, the Bourne shell doesn't support arrays. You're forced to use a unix tool such as awk or perl or, perhaps, go to a compiled language such as "C".
Summary: Hi, Does anyone know how to set up an array in Borne Shell (please note : just Bourne Shell) ? i remember that once upon a time :) I used to use this but ... :) BTW,thank you very much to any member w...
Summary: Hi, in Cshell we can use goto statement, How can we use this in bourn shell? If any body can help me with the syntax with example it will be great. Thanks in advance.. Swapan satpathi ...
Summary: Hi, I am a newer in Bourne shell. I have a log file which contain many lines(information about file used), now I want to count the 10 most requested files in the log, and display the 10 in descending ...