Search Results

Search: Posts Made By: Don Cragun
5,315
Posted By Don Cragun
Here is another way to do this just using Korn...
Here is another way to do this just using Korn shell built-ins (and doing minimal error checking):
#!/bin/ksh
if [ $# -ne 1 ] || [[ $1 != [0-9][0-9][0-9][0-9][01][0-9][0-3][0-9] ]]
then printf...
Showing results 1 to 1 of 1

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