Rename-orphans-files.sh: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 October 2019

  • curprev 12:5512:55, 29 October 2019Tcepo talk contribs 676 bytes +676 Created page with "<pre> #!/bin/sh find ./* ./\.[^\.]* ./\.\.?* -type d |while read MyPath ;do MyCount=$(ls -a1 "$MyPath" |grep -vE "^\.{,2}$" |wc -l) if [ "${MyCount}" -lt "4" ] ;then..."