Develop/Linux 썸네일형 리스트형 File remove except the last five files ]$ ls -t | tail -n +6 | xargs rm -rfwith Removed list]$ ls -t | tail -n +6 && ls -t | tail -n +6 | xargs rm -rf 더보기 Get linux history of all users Formal Commandgetent passwd | cut -d : -f 6 | sed 's:$:/.bash_history:' | xargs -d '\n' grep -s -H -e "{{pattern}}" Easy Command for same location of all users home directorygrep -e "{{pattern}}" /home/*/.bash_history 더보기 When too slow to dnf update Add below config on /etc/dnf/dnf.conffastestmirror=True 더보기 이전 1 2 3 4 ··· 18 다음