summaryrefslogtreecommitdiffstats
path: root/Dockerfile
AgeCommit message (Expand)Author
2020-03-10Remove the confusion around the multiple Dockerfile(s) we have (#8214)James Mills
2020-02-27Adding support for ACLK build-configuration (#8223)Andrew Moss
2020-02-13Add required build dep for ACLK dependencies to Dockerfile. (#8047)Austin S. Hemmelgarn
2020-02-04Added new simpler (Alpine based) Dockerfile for quick dev and testing (#7914)James Mills
2018-08-22:rainbow: :whale: unified, cross-arch, parametrized Dockerfile :whale: :rainbow:paulfantom
2018-06-04Add SPDX license tags for Dockerfiles.Austin S. Hemmelgarn
2018-02-06Update to Debian Stretch for docker containers👍 🙌 ✌️ Justin Dray
2017-11-05Add an armv7hf docker buildJustin Dray ✌️ 🙌
2016-09-20Do not reclone the current project from github, as it's already hereBalthazar Rouberol
2016-08-24added docker files from titpetric repo; #77Costa Tsaousis (ktsaou)
*/ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
Test for writing and reading a file of over 100 Kbyte

1 line: "This is the start"
3001 lines: "This is the leader"
1 line: "This is the middle"
3001 lines: "This is the trailer"
1 line: "This is the end"

STARTTEST
:%d
aThis is the start
This is the leader
This is the middle
This is the trailer
This is the endkY3000p2GY3000p
:w! Xtest
:%d
:e! Xtest
:.w! test.out
3003G:.w >>test.out
6005G:.w >>test.out
:qa!
ENDTEST