Skip to main content
16 events
when toggle format what by license comment
Feb 12, 2022 at 22:55 answer added alchemy timeline score: 0
Apr 23, 2018 at 7:09 history tweeted twitter.com/StackUnix/status/988314010360647680
Apr 13, 2017 at 12:36 history edited CommunityBot
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/
Mar 7, 2015 at 19:21 comment added Costas You are free to start script file in background (if I understand your question clear)
Mar 7, 2015 at 18:36 comment added krlmlr @Costas: Thanks. Is there a tool that encapsulates this functionality behind a neat command-line interface?
Mar 7, 2015 at 18:10 comment added Costas You can store your dir-hash after make completed (e.g. tar -cf - dir/ | sha1sum - > dir.hash than test it with watch -g 'tar -cf - dir/ | sha1sum -c dir.hash' ; make
Mar 7, 2015 at 17:45 comment added krlmlr @Costas: Added some detail about my use case to the question.
Mar 7, 2015 at 17:45 history edited krlmlr CC BY-SA 3.0
added 643 characters in body
Mar 7, 2015 at 17:38 comment added Costas Additionally you can provide check by files hash-sum instead of modification time.
Mar 7, 2015 at 17:35 comment added Costas OK, forget cron(which can start check every minute), use watch instead (to check every second).
Mar 7, 2015 at 17:29 history edited krlmlr CC BY-SA 3.0
added 5 characters in body
Mar 7, 2015 at 17:28 comment added krlmlr @Costas: The action should start immediately after changing files (perhaps after some configurable small delay).
Mar 7, 2015 at 17:09 comment added Costas So I can uderstand you need to check file|directory changing and if so do some action(s). As for me it is usual task which can be provided via few tools, for example cron (to start check) + find (to modification check).
Mar 7, 2015 at 16:35 history edited krlmlr CC BY-SA 3.0
added 363 characters in body
Mar 7, 2015 at 16:15 history edited krlmlr CC BY-SA 3.0
added 2 characters in body
Mar 7, 2015 at 15:49 history asked krlmlr CC BY-SA 3.0