🤗lemmyverseultrahug@lemmy.ml to Linux Questions@lemmy.zipEnglish · edit-210 days agoRun a shell script whenever a file in a certain directory changes?message-squaremessage-square22linkfedilinkarrow-up124arrow-down10file-text
arrow-up124arrow-down1message-squareRun a shell script whenever a file in a certain directory changes?🤗lemmyverseultrahug@lemmy.ml to Linux Questions@lemmy.zipEnglish · edit-210 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-square🤗lemmyverseultrahug@lemmy.mlOPlinkfedilinkEnglisharrow-up2arrow-down1·10 days agoI do not need to install anything/can work on bare install without internet connection?
minus-squarePossibly linux@lemmy.zipMlinkfedilinkEnglisharrow-up1·edit-210 days agoYou should be able to tie into the kernel with some C programming if you want to go extra small.
why is that a plus
I do not need to install anything/can work on bare install without internet connection?
You should be able to tie into the kernel with some C programming if you want to go extra small.
ah, fair.