Search Results

Search: Posts Made By: sb008
Forum: Solaris 03-06-2007
29,735
Posted By sb008
SunOS was the initial Unix operating system of...
SunOS was the initial Unix operating system of Sun.
It was a Berkeley (BSD) based Unix

Later it they switched to a System V based version which they called Solaris.

However they kept using the...
10,816
Posted By sb008
#!/usr/bin/ksh # reading content of file...
#!/usr/bin/ksh

# reading content of file into arrays
INDEX=0
while read NAMES[${INDEX}] NUMBERS[${INDEX}]
do
((INDEX=$INDEX+1))
done < <inputfile>

#displaying values in each array
for...
63,613
Posted By sb008
Or the opposite find / ! -type d -print (to...
Or the opposite

find / ! -type d -print (to list everything except directories)
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 03:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy