School of Computing. Dublin City University.
Online coding site: Ancient Brain
coders JavaScript worlds
mkdir $HOME/bin
echo $PATH
chmod go-rwx $HOME/bin
gedit prog &Or a command-line editor:
nano prog
chmod +x prog
prog
ls -l $*
$* means all arguments that are passed to this script
d
Make a shell script called gnews.
Usage:
gnews someargumentIt uses wget to grab today's news from, say, RTE.