• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

6 super characters that I like using Terminal Linux

AnonyViet by AnonyViet
June 1, 2024
in Network
0

Early in my journey of learning Linux, I first learned how to use the command line and learned about superscripts. That's what makes Linux different. I may not use it graphical user interface (GUI), but can still operate comfortably. Many computers run Linux headless and you can complete all administrative tasks on the command line. It uses many basic commands such as ls, ls-l, ls-l, cd, pwd, top, and many more.

Join the channel Telegram belong to AnonyViet 👉 Link 👈

6 super characters that I like using Terminal Linux

Shell metascript on Linux

You can expand each of those commands through the use of superscripts. I don't know what you call these things, but superscripts have made my work much easier and faster.

Vertical dash |

Let's say you want to know all the versions of Firefox running on your system. Then you can use the ps command with an -ef to list all versions of the program running on the system. But now I only want to see cases related to Firefox, so I will use the hyphen superscript | results for grep, to search for patterns.

$ ps -ef | grep firefox 

Output redirection >

Another favorite superscript of mine is the > output redirection. I use it to print the results of all the cases that Intel mentioned as the results of the dmesg command. You may find this very useful in troubleshooting hardware problems. This super character will redirect the result of the command to the amd.txt file.

$ dmesg | grep amd > amd.txt
$ cat amd.txt
[ 0.897] amd_uncore: 4 amd_df counters detected
[ 0.897] amd_uncore: 6 amd_l3 counters detected
[ 0.898] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).

Asterisk *

The asterisk * or wildcard is a favorite when searching for files with the same extension — like .jpg or .png. First, I access the Picture folder on the system and use the following command:

$ ls *.png
BlountScreenPicture.png
DisplaySettings.png
EbookStats.png
StrategicPlanMenu.png
Screenshot from 01-24 19-35-05.png

Tilde ~

The tilde ~ is a quick way to get back to your home directory on a Linux system by entering the following command:

$ cd ~
$ pwd
/home/don

Dollar symbol $

The $ symbol is used to match patterns, it will take any string that ends with a given string. For example, when using the super character | and $:

$ ls | grep png$
BlountScreenPicture.png
DisplaySettings.png
EbookStats.png
StrategicPlanMenu.png
Screenshot from 01-24 19-35-05.png

Caret ^

The ^ symbol restricts results to items starting with a certain string. For example, when using the super character | and ^:

$ ls | grep ^Screen
Screenshot from 01-24 19-35-05.png

In addition, you can also see 10 interesting Terminal programs on Linux that you should try when you're bored here.

Tags: charactersLinuxsuperTerminal
Previous Post

Instructions for creating Edu mail from Fortscott.edu latest 2020

Next Post

Download Spotify music to MP3 simply with SpotMate

AnonyViet

AnonyViet

Related Posts

Save image as Type contains malicious code: Remove immediately before losing money unfairly!
Network

Save image as Type contains malicious code: Remove immediately before losing money unfairly!

March 19, 2026
Instructions on how to register a .co.uk domain name for free for 1 year
Network

Instructions on how to register a .co.uk domain name for free for 1 year

March 12, 2026
How to Setup Paperclip AI: Create a Company for AI Agent
Network

How to Setup Paperclip AI: Create a Company for AI Agent

March 12, 2026
Compilation of free and cheap APIs to run OpenClaw stably
Network

Compilation of free and cheap APIs to run OpenClaw stably

March 10, 2026
3 Services to Determine IP Location for Website (IP Geolocation API)
Network

3 Services to Determine IP Location for Website (IP Geolocation API)

March 10, 2026
How to buy a .STORE domain name for 1 USD (2026): Detailed instructions from A–Z
Network

How to buy a .STORE domain name for 1 USD (2026): Detailed instructions from A–Z

March 3, 2026
Next Post
Download Spotify music to MP3 simply with SpotMate

Download Spotify music to MP3 simply with SpotMate

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

Instructions on how to prevent acquaintances from seeing your Tiktok

Instructions on how to prevent acquaintances from seeing your Tiktok

June 2, 2026
How to record reaction videos with Android phones, no app needed

How to record reaction videos with Android phones, no app needed

June 1, 2026
Instructions on how to get Google AI Pro 1 year for free for new accounts

Instructions on how to get Google AI Pro 1 year for free for new accounts

June 1, 2026
Top free AI tools to help write, test and optimize content

Top free AI tools to help write, test and optimize content

June 1, 2026
Instructions on how to prevent acquaintances from seeing your Tiktok

Instructions on how to prevent acquaintances from seeing your Tiktok

June 2, 2026
How to record reaction videos with Android phones, no app needed

How to record reaction videos with Android phones, no app needed

June 1, 2026
Instructions on how to get Google AI Pro 1 year for free for new accounts

Instructions on how to get Google AI Pro 1 year for free for new accounts

June 1, 2026
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

Instructions on how to prevent acquaintances from seeing your Tiktok

Instructions on how to prevent acquaintances from seeing your Tiktok

June 2, 2026
How to record reaction videos with Android phones, no app needed

How to record reaction videos with Android phones, no app needed

June 1, 2026
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply