mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
parallel: Code tabified.
This commit is contained in:
parent
e40b886a9a
commit
062e8ef744
|
@ -5381,7 +5381,7 @@ sub show_limits() {
|
||||||
"Maximal usable size of command: ",
|
"Maximal usable size of command: ",
|
||||||
$Global::usable_command_line_length,"\n",
|
$Global::usable_command_line_length,"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Execution of will continue now, ",
|
"Execution will continue now, ",
|
||||||
"and it will try to read its input\n",
|
"and it will try to read its input\n",
|
||||||
"and run commands; if this is not ",
|
"and run commands; if this is not ",
|
||||||
"what you wanted to happen, please\n",
|
"what you wanted to happen, please\n",
|
||||||
|
@ -6857,7 +6857,6 @@ sub limit($) {
|
||||||
else { exit (sum*1024 < '$limit') }
|
else { exit (sum*1024 < '$limit') }
|
||||||
}' /proc/meminfo;
|
}' /proc/meminfo;
|
||||||
};
|
};
|
||||||
export -f mem;
|
|
||||||
mem %s;
|
mem %s;
|
||||||
!,
|
!,
|
||||||
"load" => q!
|
"load" => q!
|
||||||
|
@ -14239,4 +14238,3 @@ sub main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
main();
|
main();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue