- or download this
#!/bin/sh
...
echo "Value is $i";
sleep 1;
done
- or download this
#!/usr/bin/perl -w
...
}
print "Autoflush is currently ".($|?"on":"off").".\n";
}
- or download this
#!/usr/bin/perl -w
...
}
print pre("Autoflush is currently " . ($|?"on":"off") );
}