Sayfalar

7 Nisan 2013

Linux Konsol Uygulamaları



HDD:


sudo blkid
Output = > /dev/sda1: LABEL="Recovery" UUID="B23613F43613B875" TYPE="ntfs"


Find Utils:

Replace:

find foo and replace with bar

find . -depth -name '*foo*' -execdir bash -c 'mv -i "$1" "${1//foo/bar}"' bash {} \;