View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

skripte

[ -x /bin/ls ] && echo "ja"
setenv variablemeine 245

skript:
#!/bin/sh
if [ -x /bin/ls ] ; then 
	echo “ /bin/ls gibts.”
fi
[ -x /bin/sh ] && echo “so gehts auch”



Links to this Page