In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
1. Function: DOS/MAC file is converted to UNIX file format, which is the same as editing-document format conversion-converting to UNIX format under notepad editor.
two。 Installation method: yum install-y dos2unix
3. Syntax:
Dos2unix [options] [- c convmode] [- o file...] [- n infile outfile...]
4. Parameters:
-h-- help help
-k-- keepdate timestamp remains the same
-Q-- quiet silent mode, does not output alarms and information
Quiet mode. Suppress all warning and messages.
-c-- convmode sets the conversion mode, such as ASCII, 7bit, ISO
-o-- oldfile file default mode, which writes the converted file directly to the original file
-n-- newfile infile outfile writes the contents of infile to outfile
5. Examples
[mysql@mysql ~] $ls-lh
Total 12K
-rw-r--r--. 1 root root 31 Jun 29 15:43 echo_test.sh
-rw-r--r--. 1 root root 18 Jun 29 15:41 test.txt
-rw-r--r--. 1 mysql dba 68 Jun 23 22:47 week.txt
# delete test.txt and week.txt in the middle #
[mysql@mysql] $dos2unix-k echo_test.sh
Dos2unix: converting file echo_test.sh to UNIX format...
[mysql@mysql ~] $ls-lh
Total 4.0K
-rw-r--r--. 1 mysql dba 30 Jun 29 15:43 echo_test.sh# timestamp unchanged
[mysql@mysql ~] $dos2unix echo_test.sh
Dos2unix: converting file echo_test.sh to UNIX format...
[mysql@mysql ~] $ls-lh
Total 4.0K
-rw-r--r--. 1 mysql dba 30 Jun 29 16:03 echo_test.sh# timestamp change
[mysql@mysql] $dos2unix-n echo_test.sh test.sh
Dos2unix: converting file echo_test.sh to file test.sh in UNIX format...
[mysql@mysql ~] $ls-lh
Total 8.0K
-rw-r--r--. 1 mysql dba 30 Jun 29 16:03 echo_test.sh
-rw-r--r--. 1 mysql dba 30 Jun 29 16:03 test.sh
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.