Skip to content

Instantly share code, notes, and snippets.

View otkrsk's full-sized avatar

Nick Nuing otkrsk

  • Kuala Lumpur, Malaysia
  • 18:50 (UTC +08:00)
View GitHub Profile
# iname is case insensitive
sudo find . -iname "*<search_term>*"
ip addr show
screen -r -d <screen_session_id>
@otkrsk
otkrsk / untar_strip.sh
Created November 27, 2018 18:49
Command to untar a tar file into another directory and strip it's root directories.
tar -zxvf file.tar.gz -C <target_directory> --strip <number_of_directories_to_strip>