#!/bin/bash
echo "Hi!"
find ~ -iregex '.*jpe?g' | sort
me:~$ examplescript
: echo "Hi!"
Hi!
: find /home/me -iregex '.*jpe?g'
: sort
/home/me/pictures/frog.jpeg
/home/me/pictures/giraffe.jpeg
/home/me/webstuff/aardvark.jpg
me:~$ _
#!/bin/bash
echo "Hi!"
find ~ -iregex '.*jpe?g' | sort
me:~$ examplescript
: echo "Hi!"
Hi!
: find /home/me -iregex '.*jpe?g'
: sort
/home/me/pictures/frog.jpeg
/home/me/pictures/giraffe.jpeg
/home/me/webstuff/aardvark.jpg
me:~$ _
set -o verbose #echo onset +o verbose #echo off
Quote: Original post by hydroo
`` means executing the thing between these two (axon de vu? (don't really know how they're called) )
and they work with pipes and all that funstuff.
<hr />
Sander Marechal<small>[Lone Wolves][Hearts for GNOME][E-mail][Forum FAQ]</small>