cat.ksh: update to 1.0

This commit is contained in:
Tuxliban Torvalds 2023-09-21 01:07:39 -06:00
parent 8f51108b2d
commit d42cf14456
1 changed files with 3 additions and 0 deletions

View File

@ -1,7 +1,10 @@
#!/bin/ksh
#
# v1.0 - 20/09/2023
# Version Korn Shell de cat
# O. Sánchez <o-sanchez@linuxmail.org> 2023
#
# Comprobar uso
if (($# < 1)); then
print "Uso: ${0##*/} <archivo> ..."