Skip to content

ysjin/doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

doc

mosh

ps aux | grep mosh # kill mosh server

tmux

tmux detach -a # detach all other tmux sessions.

random one liner

rg -A10 "INSN PC=0x423d0100" csl.log | grep "index=7.*" -o |sort # search something and print the next 10 lines and grep another text, but print only matching text and then sort.

// delete emtpy pending changelist p4 changes -s pending -c yongseok_trace | cut -d " " -f2 | xargs -n1 p4 change -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors