Timeline for /bin/ls: Argument list too long
Current License: CC BY-SA 3.0
20 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 9, 2016 at 22:38 | history | edited | Gilles 'SO- stop being evil' | edited tags | |
| Jul 9, 2016 at 15:41 | answer | added | cas | timeline score: 3 | |
| Jul 9, 2016 at 11:16 | answer | added | hschou | timeline score: 1 | |
| Jul 9, 2016 at 11:09 | answer | added | Ash | timeline score: 1 | |
| Jul 9, 2016 at 9:19 | comment | added | michas | Please delete no longer relevant comments. (like the script now correctly contained in your question.) | |
| Jul 9, 2016 at 7:32 | comment | added | JdeBP | See unix.stackexchange.com/questions/294386 for more context. | |
| Jul 9, 2016 at 7:16 | comment | added | Ash | Well I think I need to recompile my kernel. Already I have change values directly in to this file, binfmts.h. But that did not work. Now I guess there is some problem in my proceddure. Do you know how it successfully recompile it? I am using a work station with 32G of RAM | |
| Jul 9, 2016 at 7:06 | comment | added | Ash | yes, i tried it and change it to (./*), now it says, ./: permission denied. | |
| Jul 9, 2016 at 4:54 | history | edited | G-Man Says 'Reinstate Monica' | CC BY-SA 3.0 | added 2 characters in body |
| Jul 9, 2016 at 4:52 | answer | added | G-Man Says 'Reinstate Monica' | timeline score: 6 | |
| S Jul 9, 2016 at 4:43 | history | edited | G-Man Says 'Reinstate Monica' | CC BY-SA 3.0 | Fixed capitalization; restored original wording; improved formatting and punctuation. |
| Jul 9, 2016 at 4:36 | comment | added | clk | Try changing the loop to foreach f (./*) instead of foreach f (ls *). | |
| Jul 9, 2016 at 4:21 | review | Suggested edits | |||
| S Jul 9, 2016 at 4:43 | |||||
| Jul 9, 2016 at 4:16 | history | edited | Ash | CC BY-SA 3.0 | added 261 characters in body |
| Jul 9, 2016 at 3:54 | comment | added | Stephen Harris | Please edit your question so that it has the script in it. | |
| Jul 9, 2016 at 3:27 | comment | added | Ash | #!/bin/csh # # $Id: ex02.csh,v 1.5 2007/07/19 21:52:59 rhuey Exp $ # # use the 'prepare_ligands.py' python script to create pdbq files cd $VSTROOT/VirtualScreening/Ligands foreach f (ls *) echo $f pythonsh ../../prepare_ligand4.py -l $f -d ../etc/ligand_dict.py end | |
| Jul 9, 2016 at 3:27 | comment | added | Ash | I used the following script, and i forgot to mention that i am working on a workstation have 32G of RAM with and it says 6 cores and 12 processors with a cache size of 12288. | |
| Jul 9, 2016 at 3:16 | comment | added | michas | What is the command you typed? It probably contained something like ls * which will expand to all the files in your directory. If you have a lot of those files, the resulting command line is too long to process. | |
| Jul 9, 2016 at 3:16 | review | First posts | |||
| Jul 9, 2016 at 4:21 | |||||
| Jul 9, 2016 at 3:13 | history | asked | Ash | CC BY-SA 3.0 |