You are not logged in.
Pages: 1
This is not working correctly. It works If I remove the last 2 commands.
ls %n > list.txt | geany list.txt | sleep5 | rm list.txt
Ubuntu-Mate 24.04
Offline
It stops after the failed sleep5. Use sleep 5
But you don't want to piping there anyway. Try this:
ls %n > list.txt | geany list.txt && sleep 5 && rm list.txt
Last edited by MrEen (2020-08-10 23:16:56)
Offline
Thanks so much.
Ubuntu-Mate 24.04
Offline
Pages: 1
[ Generated in 0.006 seconds, 9 queries executed - Memory usage: 528.72 KiB (Peak: 529.63 KiB) ]