课程: Ubuntu Linux: Essential Commands
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Explore regular expressions
- [Narrator] Regular expressions are a way of describing text and they're used very widely by programmers and system administrators. Regular expressions let you specify a pattern to look for in text, rather than searching for an explicit string of specific characters. So they're very helpful if you ever need to help answer a question, where you know what the answer looks like but not what it specifically is. Say you wanted to find all the email addresses or phone numbers in a text file. You can write a regular expression that looks for anything formatted like one. Regular expressions are essentially a whole programming language of their own, so in this video, I'll just go over the basics, but be sure to check out our regular expressions course for a more detailed look. Common operators that we'll see in regular expressions are dot, star or asterisk, and square and curly brackets. Dot represents any character. Star or asterisk matches one or more of a given character. Square brackets…
内容
-
-
-
-
(已锁定)
Files on Linux10 分钟 27 秒
-
(已锁定)
Text files8 分钟 52 秒
-
(已锁定)
Work with files and directories10 分钟 16 秒
-
File links7 分钟 27 秒
-
(已锁定)
Finding files4 分钟 40 秒
-
(已锁定)
Input/output redirection6 分钟 18 秒
-
(已锁定)
Compare text files4 分钟 43 秒
-
(已锁定)
Compare non-text files3 分钟 20 秒
-
(已锁定)
Compress and decompress files9 分钟 12 秒
-
(已锁定)
Explore regular expressions3 分钟 36 秒
-
(已锁定)
Change files programmatically4 分钟 42 秒
-
(已锁定)
-
-