Advertisement
lamiastella

tmux attach session

Jan 11th, 2021
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $ tmux
  2. ## run the script
  3. ## ctrl+b then d # to exit
  4. $ tmux list-sessions
  5. $ tmux rename -t 2 djrn-test
  6. $ tmux attach-session -t djrn-train
  7.  
  8. ## $ for image in images/*.jpg; do j=${image#images/} j=${j%.jpg}; [[ -e keypoints/${j}_keypoints.json ]] || rm "$image"; done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement