history 썸네일형 리스트형 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 더보기 [Linux] 잊고 있던 history 사용법. history | grep [char] 1249 2012-02-09 14:35:16 mvn -e org.codehaus.mojo:sonar-maven-plugin:LATEST:sonar 1251 2012-02-09 14:52:38 witch mvn 위와 같이 나왔을경우..!1249 를 실행함으로 1249번 명령 수행 가능. 1 더보기 이전 1 다음