This commit is contained in:
timothy.sanders@a7ce3a8bae11a60e0c4cda9cb4aef24ec459bbab 2020-07-07 10:26:00 +00:00 committed by admin
parent 8a9323f5b5
commit 3b6754e2a5

View file

@ -12,9 +12,9 @@ It would look like this:
```
git annex cat "someindex.ncdu" | ncdu -f -
diff <(git annex cat "huge-data-dump1.tsv") <(git annex cat "huge-data-dump2.tsv")
diff <(git annex cat "huge-data-dump1.tsv" -f mybupremote ) <(git annex cat "huge-data-dump2.tsv" -f mybupremote )
git annex cat "myvideo.mp4" | vlc -
git annex cat "myvideo.mp4" -f googledrive | vlc -
```
I imagine that there might be issues with verification. But I really am ok with not verifying a video file I am streaming.