JsonKit
  • Menu ▾
    • About
    • Home
    • Tool Tutorials
  • About
  • Home
  • Tool Tutorials

Linux uniq Command: From Adjacent Deduplication to Count Statistics

2026-04-07
#tutorial 

When processing log files or analyzing data, deduplication is a common task. The uniq command does exactly that—but with a catch: it only removes…

[Read more]

Linux uname Command: The Swiss Army Knife for System Information

2026-04-07
#format  #fetch  #http 

Original: https://jsokit.com/tools/linux-commands/uname

[Read more]

Linux tree Command Deep Dive: From Directory Traversal to Tree Visualization

2026-04-06
#json 

tree is one of my favorite Linux commands. While ls only shows one level, tree lets you see the entire directory structure at a glance—it’s i…

[Read more]

Linux tr Command Deep Dive: The Art of Character Translation

2026-04-06
#tutorial 

Exploring the most elegant character processing tool in Unix/Linux, from ASCII tables to stream processing internals

[Read more]

Linux touch Command Deep Dive: From Timestamp Operations to Atomic File Creation

2026-04-05
#tutorial 

When writing scripts, I often need to create empty files or update file timestamps. The touch command seems simple, but there’s more to it than m…

[Read more]

Deep Dive into Linux top Command: Process Monitoring and Performance Optimization

2026-04-05
#tutorial 

Written: 2026-05-11 03:23

[Read more]

Linux time Command: A Deep Dive from System Calls to Performance Analysis

2026-04-04
#tutorial 

When optimizing code performance, the most common question is: why is this command slow? Is it CPU-bound, I/O-bound, or system call overhead? Linux…

[Read more]

Linux tee Command Deep Dive: Pipe Splitting and Dual-Output Implementation

2026-04-04
#tutorial 

Ever hit this problem? You pipe data through a chain of commands, but you can’t see the intermediate results. Like `cat access.log | grep 404 | wc …

[Read more]

Linux tar Command Deep Dive: From File Packaging to Compression Algorithms

2026-04-03
#tutorial 

tar is the classic archiving tool in Linux. Most developers only know tar -czvf, but there’s more to its implementation than meets the eye.

[Read more]

Linux tail Command Deep Dive: From End-of-File Reading to Real-Time Log Monitoring

2026-04-03
#tutorial 

When a production service fails, the first instinct is tail -f logs/error.log. This command looks simple, but its implementation is worth underst…

[Read more]
< [Newer posts] :: [Older posts] >
© 2025 JsonKit :: Theme made by panr