FredHutch / motuz

Motuz - A web based infrastructure for large scale data movements between on-premise and cloud
MIT License
104 stars 12 forks source link

add functionality to display file contents #390

Open dtenenba opened 2 years ago

dtenenba commented 2 years ago

This can be done under the hood with rclone cat. Would also be nice to have options to just show the first or last N lines, and maybe to follow a file a la tail -f, but that could be done by just re-cat'ing the file every N seconds and just showing the last N bytes.