Yeni komutları kopyalamak için bu komutları kullanıyorum ancak bu komutlar benim için 6.5 centos'ta çalışmıyor
*/1 * * * * ~/.bash_history >> historylog.txt
VEYA
*/1 * * * * .bash_history >> historylog.txt
VEYA
*/1 * * * * history | grep -v history >> history.txt
bunu nasıl yapabilirim ? ~ / .bashrc dosyası gibi başka bir ayara ihtiyacım olursa?