@fedibash htop
$ htop
@neso -bash: htop: command not found
$ htop
@fedibash free
$ free
@neso total used free shared buffers cached
Mem: 16049692 4941496 11108196 155848 188584 3243484
-/+ buffers/cache: 1509428 14540264
Swap: 0 0 0
$ free
@fedibash free -h
$ free -h
@neso BusyBox v1.28.4 (2018-07-17 15:21:40 UTC) multi-call binary.
Usage: free [-b/k/m/g]
Display the amount of free and used system memory
$ free -h
@fedibash cat 'echo test' > test.sh ; chmod u+x test.sh ; ./test.sh
$ <long command>
@neso cat: can't open 'echo test': No such file or directory
$ <long command>
@fedibash echo 'echo test' > test.sh ; chmod u+x test.sh ; ./test.sh
$ <long command>
@neso test
$ <long command>
@fedibash git
$ git
@neso fedibash: long output: https://owo.whats-th.is/4cf1bb.txt
$ git
@fedibash apt-get
$ cat /etc/debian-version
@fedibash ls -l /usr/bin
$ ls -l /usr/bin
@neso fedibash: output length > 10000 characters, discarding
$ cat /etc/debian-version
@neso cat: can't open '/etc/debian-version': No such file or directory