I am new to Linux. I am trying to write a shell script which will move files to certain folders based on their extension, like for example in my downloads f
incron will watch the filesystem and perform run commands upon certain events.
You can combine multiple commands on a single line by using a command separator. The unconditional serialized command separator is ;.
;
command1 ; command2