Bash-Cookbook:Bash食谱,由Packt发行

时间:2021-05-28 04:16:51
【文件属性】:
文件名称:Bash-Cookbook:Bash食谱,由Packt发行
文件大小:45KB
文件格式:ZIP
更新时间:2021-05-28 04:16:51
Shell Bash食谱 这是Packt发布的的代码存储库。 利用Bash脚本自动执行日常任务并提高生产力 这本书是关于什么的? 在Linux中,最常用和最强大的工具之一是Bash shell。 通过收集引人入胜的食谱,Bash Cookbook指导您进行一系列练习,教您如何有效使用Bash shell来创建和执行自己的脚本。 本书涵盖以下激动人心的功能: 了解Linux系统上Bash Shell脚本的基础知识 获得有关重定向和管道如何交互的工作知识 检索和解析任何命令的输入或输出 自动化任务,例如数据收集以及创建和应用补丁 创建一个像具有不同功能的程序一样的脚本 如果您觉得这本书适合您,请立即获取! 说明和导航 所有代码都组织在文件夹中。 例如,Chapter02。 该代码将如下所示: #!/bin/bash AGE=17 if [ ${AGE} -lt 18 ]; then ech
【文件预览】:
Bash-Cookbook-master
----chapter 02()
--------13_files-extended.sh(1KB)
--------11_hellobonjour.sh(473B)
--------14_data-csv-to-xml.sh(504B)
--------03_mathexp.sh(2KB)
--------08_more-strsng.sh(1KB)
--------10_printf-mayhem.sh(784B)
--------02_test.sh(1KB)
--------01_search.sh(1KB)
--------09_echo-mayhem.sh(500B)
--------04_script.sh(170B)
--------07_some-strs.sh(443B)
--------06_builtin-strng.sh(2KB)
--------12_translator.sh(144B)
--------15_data-xml-to-json.sh(123B)
--------05_builtin-str.sh(690B)
----chapter 07()
--------03_dmz_iptables.sh(1KB)
--------02_logging_bot.sh(699B)
--------01_scrap_contents.sh(264B)
--------04_incr_backup.sh(72B)
----chapter 05()
--------04_test_ip_dns.sh(118B)
--------05_test_web.sh(241B)
--------09_create_database.sh(88B)
--------03_test_ipv4.sh(101B)
--------08_mysql_version.sh(83B)
--------07_inotify_example.sh(225B)
--------06_wifi_conn.sh(1KB)
--------02_cpu_info.sh(943B)
--------10_add_user.sh(602B)
--------01_server_uptime.sh(202B)
----chapter 04()
--------12_mylock.sh(492B)
--------03_loop_while_input.sh(183B)
--------06_bad_input.sh(61B)
--------09_validate_ip.sh(588B)
--------16_myscript.sh(52B)
--------05_loop_and_print.sh(208B)
--------10_select_menu.sh(991B)
--------14_master.sh(317B)
--------02_loop_for_input.sh(88B)
--------07_better_input.sh(462B)
--------01_recursive_read_input.sh(159B)
--------11_mytrap.sh(233B)
--------13_mytimeout.sh(603B)
--------08_validate_email.sh(213B)
--------15_worker.sh(235B)
--------04_loop_until_input.sh(178B)
----chapter 06()
--------04_checklist_dialog.sh(192B)
--------03_calendar_dialog.sh(58B)
--------05_raise_border.sh(52B)
--------01_create_alarm.sh(1KB)
--------02_yes_no.sh(111B)
--------07_timezones.sh(109B)
--------06_integrity_check.sh(2KB)
--------Filerec.sha256(884B)
--------Filerec.md5(759B)
----LICENSE(1KB)
----README.md(5KB)
----chapter 01()
--------10_case.sh(206B)
--------05_if_else.sh(197B)
--------14_function.sh(418B)
--------07_strings_evaluation.sh(487B)
--------17_return_codes_101.sh(928B)
--------01_script.sh(415B)
--------09_if_elif_else.sh(250B)
--------13_until.sh(148B)
--------11_for.sh(148B)
--------08_nested_if.sh(408B)
--------03_example1.sh(629B)
--------19_flags.sh(2KB)
--------12_do_while.sh(148B)
--------04_if.sh(107B)
--------18_redirection.sh(647B)
--------16_library.sh(300B)
--------15_io_maker.sh(171B)
--------06_if_elif.sh(271B)
--------02_my_first_script.sh(220B)
----chapter 03()
--------03_dsetmkr.sh(600B)
--------02_mytree.sh(875B)
--------04_file-deduplicator.sh(2KB)
--------01_whoami.sh(48B)
--------07_data-maker.sh(3KB)
--------06_file-joiner.sh(2KB)
--------05_file-splitter.sh(3KB)
----chapter 08()
--------08_user_wait.sh(261B)
--------10_function_example.sh(70B)
--------03_for_online.sh(46B)
--------11_function2.sh(130B)
--------09_hello.sh(60B)
--------04_while_oneline.sh(52B)
--------05_avoid_error.sh(51B)
--------02_if_oneline.sh(58B)
--------01_cal_runtime.sh(42B)
--------07_sampleconfig.conf(86B)
--------06_sample_script.sh(426B)

网友评论