GNU Parallel 学习笔记 - 总目录

花了几天的时间,看完了GNU Parallel的PDF版本。

在读GNU Bash的3.2.7 GNU Parallel节时,知道了GNU Parallel。

对于大型任务,无论是大数据量任务,还是云环境下的大量服务器运维,并行都是可资利用的有效手段。因此决定系统的读一遍。

GNU Parallel的页面在这里

以下为中文翻译+学习笔记,将按章节顺序陆续发布。教程的PDF版本可从这里下载。

章节 章节名称 博客地址
1 How to read this book GNU Parallel 学习 - 第1章:How to read this book
2 Learn GNU Parallel in 15 minutes GNU Parallel 学习 - 第2章:Learn GNU Parallel in 15 minutes
3 Make test files GNU Parallel 学习 - 第3章:Make test files
4 Input sources GNU Parallel 学习 - 第4章:Input sources
5 Build the command line GNU Parallel 学习 - 第5章:Build the command line
6 Control the output GNU Parallel 学习 - 第6章:Control the output
7 Control the execution GNU Parallel 学习 - 第7章:Control the execution
8 Remote execution GNU Parallel 学习 - 第8章:Remote execution
9 Pipe mode GNU Parallel 学习 - 第9章:Pipe mode
10 Miscellaneous features GNU Parallel 学习 - 第10章:Miscellaneous features
相关推荐
木白CPP2 小时前
aarch64-linux-gnu* (gcc,ld,objcopy,objdump)工具总结
linux·运维·gnu
ziyitty3 小时前
解决Windows下Bash调用Python输出中文乱码的问题
windows·python·bash
一碗白开水一4 小时前
【训练技巧】bash: conda: command not found:conda 没有适配环境
开发语言·conda·bash
utf8mb4安全女神1 天前
怎么写shell/bash脚本【if嵌套】【case】【while死循环】【while嵌套if】【for】【随机数】
开发语言·bash
shandianchengzi1 天前
【记录】VSCode|Windows 下 VS Code 配置 Git Bash 为默认终端完整教程
windows·git·vscode·bash
承渊政道1 天前
【MySQL数据库学习】MySQL基本查询(上)
linux·数据库·学习·mysql·bash·数据库开发·数据库系统
小怪不太怪~1 天前
本地项目上传到GitHub--小怪教程(Git Bash实操+常见报错解决
git·github·bash
Snasph5 天前
GNU Make 用户手册(中文版)
服务器·算法·gnu
楚枫默寒5 天前
Linux 编辑文件后自动添加修改日期
linux·运维·bash
日晨难再6 天前
C语言&Python&Bash&Tcl:全局变量和局部变量
c语言·python·bash·tcl