Saturday, April 27, 2019

Dosyanın oluşturulma değiştirilme tarihini değiştirme

touch -a -m -t 201512180130.09 fileName.ext
Linux sistemlerde(Ubuntu da denendi) bu komut ile değiştirebilirsiniz.

fileName.ext = dosyanın adı ve uzantısı

2015-12-18:01-30.09=YY-MM-DD:HH-MM.SS

file tree for nodejs project

 find . \( -path "*/node_modules" -o -path "*/.git" \) -prune -o -print | tree -a -I 'node_modules|.git'