Artmetic

blog osobisty – Linux, C++, Qt, podróże

  • Strona główna
  • Artykuł
  • Linux
  • Qt/C++
  • Formularz RODO
  • Strona firmowa
  • Kontakt

Tag - modify

  • Linux

Change modify date in Linux

31 października, 2016
8 min read
Add Comment

If you want to change modify date recursivly: [cclN_cpp-qt width=”100%” lines=”8″] #!/bin/sh for i in $(find *); do touch -t 200010161000 „$i”; echo „$i”; done [/cclN_cpp-qt]

Continue reading

Copyright © 2025. Created by Meks. Powered by WordPress.
  • Strona główna
  • Artykuł
  • Linux
  • Qt/C++
  • Formularz RODO
  • Strona firmowa
  • Kontakt