In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains "the description of common symbols in Linux". Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Next, let the editor take you to learn the "description of common symbols in Linux".
Wildcard characters: "*", "?"
As in DOS, we can use wildcards to obfuscate when we don't know the exact file name. "*" can represent any character of any length, "?" Represents an arbitrary character.
2. Escape character: "\"
Unlike the naming convention of DOS, the wildcard characters "*", "?" Can be used in the file name.
If the file name you want to operate contains these special symbols, we can express it with "\". Here is a short list of wildcards and regular expressions:
* match all characters
? Matches a character in a string
\ * match the "*" character
\? Match "?" Character
\) match the ")" character
Table of contents: "/", "~", ".", ".."
They respectively mean:
"/": root directory (using the path in the middle)
"~": user root directory (the directory where the user logged in)
".": current directory
"..": superior directory
IV. Background execution: "&"
Sometimes it takes a long time for a user to execute a command, which may affect doing other things. The best way is to put it in the background to execute. The program running in the background can continue to execute after the user logs out. When you want the command to be executed in the background, add "&" after the command.
5. Pipe and redirection: "|", ">", "> >", "" can output the result to a file, the original content of the file will be deleted, "> >" will append the result to the file, and the content of the original file will not be deleted. "
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.