this post was submitted on 25 Aug 2025
20 points (100.0% liked)

Linux Questions

2485 readers
52 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
 

Using a shell script, can I watch a folder and block program execution until a file in a certain folder changes?

you are viewing a single comment's thread
view the rest of the comments
[–] helloworld@lemmy.ml 2 points 19 hours ago* (last edited 19 hours ago) (1 children)

a hobby project: generate a rss feed based on recent file changes in a directory. But I thought this can also have many applications …

  • auto formatting code files on change
  • automatic backups of a certain folder: run rsync on change in folder.
[–] possiblylinux127@lemmy.zip 4 points 18 hours ago

Are you familiar with CI/CD pipelines? You could use Git along with a service like Woodpecker CI or Gitlab Runners.