| bio | website | sbin-jodie.blogspot.com |
|---|---|---|
| location | Oklahoma | |
| age | ||
| visits | member for | 1 year, 4 months |
| seen | Apr 8 at 2:38 | |
| stats | profile views | 48 |
|
Jun 14 |
comment |
Running 64bit OS , Find all 32bit programs on a system @poige OP decided "all 32bit programs" |
|
Jun 14 |
comment |
Running 64bit OS , Find all 32bit programs on a systemGNU parallel supports all of the xargs options and handles special characters without using NULs. See Differences between GNU Parallel and alternatives. |
|
Jun 14 |
comment |
Running 64bit OS , Find all 32bit programs on a system @poige As you say, your command would miss all executables not in $PATH, not satisfying the question. |
|
Jun 14 |
comment |
Running 64bit OS , Find all 32bit programs on a system On my system that passed between 800 and 3500 arguments to each exec process. Good call. |
|
Jun 14 |
comment |
Running 64bit OS , Find all 32bit programs on a system Parallel has much better handling of special filenames. For instance, find /|xargs -n100 -i file {} would throw errors on the first filename with a single quote in it, while GNU parallel will happily plod along. |
|
Jun 14 |
suggested | suggested edit on Rename files by incrementing a number within the filename |
|
Jun 14 |
comment |
Running 64bit OS , Find all 32bit programs on a systemparallel -n100 won't spin off 100 tasks, it will only run one at a time sequentially, and give at most 100 arguments to each instance. See the max-args option in the GNU parallel man page |
|
Jun 13 |
comment |
Running 64bit OS , Find all 32bit programs on a system You say you know in advance where to find every directory that contains executables? |
|
Jun 13 |
comment |
Running 64bit OS , Find all 32bit programs on a system poige, you should issue your own answer with those modifications. |
|
Jun 13 |
comment |
What is the setting in bash for globbing, to control whether * matches dot files We're all on the same team. It's ok. |
|
Jun 13 |
answered | What is the setting in bash for globbing, to control whether * matches dot files |
|
Jun 13 |
comment |
Is there a way to increase `find` speed Can you edit your post with your operating system and/or distribution? |
|
Jun 13 |
answered | Running 64bit OS , Find all 32bit programs on a system |
|
Jun 13 |
answered | “ss” command in iproute package; why query slab table for timewait sockets? |
|
Jun 11 |
answered | Rename files by incrementing a number within the filename |
|
Jun 11 |
comment |
Sync local files to remote git repository Hook your IDE to git push when you save the files. Emacs example |
|
Jun 11 |
comment |
Sync local files to remote git repository That's what git clone is for: to mirror a git repository so you can make your own changes without disturbing the remote git repository. But in your case you would git push back to your Linux server when you were done. |
|
Jun 11 |
comment |
Sync local files to remote git repository Is there a reason you don't just keep a clone of the git repo locally and then git push to the Linux machine? |
|
Jun 9 |
comment |
How to get the maximum virtual set size of a unix process during its lifetime? Do you know if sysstat is in LSB? |
|
Jun 4 |
answered | Reversing the direction of a trackball |