Search Results

Search: Posts Made By: johnbach
1,743
Posted By zaxxon
$> awk '{ print > $1".out"}' infile $> cat...
$> awk '{ print > $1".out"}' infile
$> cat RAM.out
RAM hill station
RAM rose
RAM india
RAM happy
RAM heaven
RAM glow
$> cat SAM.out
SAM student
SAM apple
SAM australia
SAM smile
Forum: Programming 07-27-2010
2,502
Posted By Corona688
From the manpage: On several other...
From the manpage:
On several other implementations, the value returned by clock() also
includes the times of any children whose status has been collected via
wait(2) (or...
17,575
Posted By methyl
Second attempt. This time with the eval syntax...
Second attempt. This time with the eval syntax correct. Tried with Bourne Shell, ksh and Posix Shell.

#!/bin/sh

cell1="one"
cell2="two"
cell3="three"

i=1

while [ $i -lt 4 ]
do
...
Showing results 1 to 3 of 3

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