🤗lemmyverseultrahug@lemmy.ml to Linux Questions@lemmy.zipEnglish · edit-216 days agoRun a shell script whenever a file in a certain directory changes?message-squaremessage-square22linkfedilinkarrow-up122arrow-down10file-text
arrow-up122arrow-down1message-squareRun a shell script whenever a file in a certain directory changes?🤗lemmyverseultrahug@lemmy.ml to Linux Questions@lemmy.zipEnglish · edit-216 days agomessage-square22linkfedilinkfile-text
Using a shell script, can I watch a folder and block program execution until a file in a certain folder changes?
minus-squareMyNameIsRichard@lemmy.mllinkfedilinkEnglisharrow-up13·16 days agoThere is inotifywait which seems to do the job, The Wiki
There is inotifywait which seems to do the job, The Wiki