Timeline for Combining .txt files but limiting the combined file into sized chunks
Current License: CC BY-SA 4.0
14 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 28, 2019 at 14:14 | vote | accept | AJOS | ||
| Oct 28, 2019 at 13:25 | comment | added | DonHolgo |
Are you sure it runs correctly now? You have output.txt in the first and ouput.txt in the second line.
|
|
| Oct 28, 2019 at 12:36 | history | edited | Chris Davies | CC BY-SA 4.0 |
deleted 104 characters in body
|
| Oct 28, 2019 at 12:35 | answer | added | Chris Davies | timeline score: 0 | |
| Oct 28, 2019 at 12:35 | comment | added | AJOS | thank you, I corrected my $full path, it is now running. just need to send the new files to the correct folder | |
| Oct 28, 2019 at 12:34 | history | edited | Chris Davies | CC BY-SA 4.0 |
Format code as code with the {} button. Again.
|
| Oct 28, 2019 at 12:32 | history | edited | AJOS | CC BY-SA 4.0 |
added 409 characters in body
|
| Oct 28, 2019 at 12:32 | comment | added | AdminBee |
The error message you see would indicate that the expression $full you are using in your path specifications is undefined (notice the path it reports starts with /blank?). Perhaps if you posted the script, too, the community might be able to help in debugging it.
|
|
| Oct 28, 2019 at 12:30 | comment | added | Chris Davies | Please would you put that update into your question, where it can be seen and easily read by everyone. | |
| Oct 28, 2019 at 12:14 | comment | added | AJOS | I am running script with the cmds as: cat $full/blank/ascii/*/*xyz > $full/blank/ascii/output.txt then split -b 2000m $full/blank/ascii/ouput.txt when i run this, it says line 1: /blank/ascii/output.txt: no such file or directory. I havefull pathway at the start of the file too | |
| Oct 28, 2019 at 11:58 | comment | added | Chris Davies | What's wrong with putting the commands into your script? Why won't that work for you? | |
| Oct 28, 2019 at 11:57 | history | edited | Chris Davies | CC BY-SA 4.0 |
Fixed formatting and units (gb should be GB), with code formatted as code
|
| Oct 28, 2019 at 11:55 | review | First posts | |||
| Oct 28, 2019 at 12:28 | |||||
| Oct 28, 2019 at 11:53 | history | asked | AJOS | CC BY-SA 4.0 |