Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Of course they are different versions. [tt]du[/tt] was even moved to another package in meantime.Annihilannic said:or different versions of du...?
ftp -n remotehost << HERE | awk '$NF == "remotefilename" {print $5}'
user username password
dir remotefilename
HERE
ftp -n remotehost << HERE
user username password
dir remotefilename
HERE