hi,
I've got this command line that flushes the disk cache on Linux 2.6.16 and later that's very useful to clean big video files from RAM:
sudo sync; sudo echo 1 > /proc/sys/vm/drop_caches
Any of you has an idea how to give a [sudo cmd( message to the [shell] object and on-interactively give the sudo password?
++ O.