Skript, mis tõstab kõik väikesed .txt failid ühte folderisse - BASH: Revision history

From ICO wiki
Jump to navigationJump 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 January 2011

28 January 2011

  • curprev 13:1513:15, 28 January 2011Csinihel talk contribs 426 bytes +426 Created page with '<source lang = "bash"> #!/bin/bash echo "Kus kohast soovid otsida?" read FROM_DIR cd $FROM_DIR echo "Kuhu tahad tõsta" read TO_DIR for f in $(find . -type f -name '*.txt' -size …'