• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

st Command Examples in Linux

by Deepika

st is a simple and lightweight terminal emulator for the X Window System, developed by the Suckless community. It is designed to be fast, simple, and minimalist, with a small codebase and a focus on keyboard-based navigation and customization.

st supports basic features such as Unicode character encoding, copy-pasting, and Xterm-style escape sequences, as well as some more advanced features like font rendering and fontconfig support. It also supports customization through a simple configuration file, allowing users to modify settings like font size, color schemes, and keyboard shortcuts.

One of the key design principles behind st is its simplicity and minimalism. The codebase is deliberately small and readable, and the focus is on providing a fast and reliable terminal emulator that can be easily customized and extended by users.

st Command Examples

1. Open a terminal:

# st

2. Open a terminal with a specific title:

# st -T title

3. Open a terminal, execute a given command, and write the output to a file:

# st -o path/to/file -e command argument1 argument2

4. Increase/decrease the font size:

# Ctrl + Shift + Page Up|Page Down

5. Copy/paste from the clipboard:

# Ctrl + Shift + C|V

Summary

Overall, st is a popular choice for users who value simplicity, performance, and customization in their terminal emulator. Its lightweight design and flexible configuration options make it a great choice for users who prefer to use keyboard shortcuts and other advanced features to maximize their productivity when working in the terminal.

Filed Under: Linux

Some more articles you might also be interested in …

  1. RedHat / CentOS : How to change currently active slave interface of bonding online
  2. “docker machine” Command Examples
  3. sed: command not found
  4. uuid: command not found
  5. How to Create Disk Partitions using cfdisk
  6. mkfs: command not found
  7. fc: Open the most recent command and edit it
  8. How to Save Command history of Selected Users in Linux
  9. How to setup passwordless SSH login in Linux
  10. cpufreq-set : command not found

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright