- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
-
111
-
112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
Malum koronavirüs, eski bir hesabı farklı bir hesaba çevirmek istiyorum, takipçisi iyi çünkü. Bu nasıl yapılıyor? Ayarlar bölümünde bulamadım da?
i.redd.it/x6... alt="">
Aramızda akvaryumla uğraşanlar var mı?
# Put this function to your .bashrc file.
# Usage: mv oldfilename
# If you call mv without the second parameter it will prompt you to edit the filename on command line.
# Original mv is called when it's called with more than one argument.
# It's useful when you want to change just a few letters in a long name.
function mv() {
if [ "$#" -ne 1 ]; then
command mv "$@"
return
fi
if [ ! -f "$1" ]; then
command file "$@"
return
fi
read -ei "$1" newfilename
mv -v "$1" "$newfilename"
}
' target='_blank' rel='nofollow'>gist.github....
Yoksa sadece amatörler tarafından mı kullanılan bir yazılım bu?