Skip links

  • Skip to primary navigation
  • Skip to content
  • Skip to footer
    • About
    • Coursework
    • Notes
    • Projects
    • Talks
    Dongmin Kim

    Dongmin Kim

    AI Researcher @KAIST

    • Seoul, Korea
    • Email
    • GitHub
    • Instagram
    • linkedin

    Useful shellscripts

    less than 1 minute read

    Updated: May 01, 2022

    Here are some useful shell scripts.

    printing log filePermalink

    watch 'head -n 2 $1; tail $1'
    

    where $1: log file.

    Tags: linux, shell

    Categories: programming tools and environments

    Updated: May 1, 2022

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    Leave a comment

    You may also enjoy

    CNN

    less than 1 minute read

    January 02 2023

    CNN shortcuts

    Problem Solving Basis - Dijkstra

    3 minute read

    November 15 2022

    Find shortest path, given starting node, with positive path distance.

    Problem Solving Basis - Binary Search

    less than 1 minute read

    November 06 2022

    Fast way to find the element in sorted data: binary search

    Problem Solving Basis - DFS, BFS

    less than 1 minute read

    November 03 2022

    DFS (Depth First Search) and BFS (Breadth First Search).

    • Follow:
    • GitHub
    • Instagram
    • linkedin
    • Feed
    © 2023 Tommy's Tech Blog. Powered by Jekyll & Minimal Mistakes.