MarS
Martin Sladek blog
2008-11-18
Command com in Linux Shell
If you liked it and if you miss it...
while `/bin/true` ; do
read -p 'C:\> ' cmd
if [ "$cmd" != "" ]
then
echo
Bad command or file name
# echo $cmd
echo
fi
done
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.
‹
›
Home
View web version
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.