Revision history for DosCli
Additions:
echo dir *.txt -> hello.bat
# -> apppends to a file (append / create if not existing)
echo ls *.txt -> hello.sh
cat hello.txt
==Related Webpages==
~[[http://puppydocblognode1.blogspot.co.uk/2007/01/bash-howto-for-dos-lovers.html bash-howto-for-dos-lovers (puppydocblognode1)]]
----
==Categories==
CategoryCommandline
# -> apppends to a file (append / create if not existing)
echo ls *.txt -> hello.sh
cat hello.txt
==Related Webpages==
~[[http://puppydocblognode1.blogspot.co.uk/2007/01/bash-howto-for-dos-lovers.html bash-howto-for-dos-lovers (puppydocblognode1)]]
----
==Categories==
CategoryCommandline
Deletions:
# >> apppends to a file (append / create if not existing)
echo ls *.txt >> hello.sh
cat hello.txt