logsave

Save the output of a command in a logfile. More information: <https://manned.org/logsave>.

Install

All systems
curl cmd.cat/logsave.sh
Debian Debian
apt-get install e2fsprogs
Ubuntu
apt-get install e2fsprogs
Alpine
apk add e2fsprogs
Arch Arch Linux
pacman -S e2fsprogs
image/svg+xml Kali Linux
apt-get install e2fsprogs
CentOS
yum install e2fsprogs
Fedora
dnf install e2fsprogs
Windows (WSL2)
sudo apt-get update sudo apt-get install e2fsprogs
OS X
brew install e2fsprogs
Raspbian
apt-get install e2fsprogs
Docker
docker run cmd.cat/logsave logsave powered by Commando

Save the output of a command in a logfile. More information: <https://manned.org/logsave>.

  • Execute command with specified argument(s) and save its output to log file:
    logsave path/to/logfile command
  • Take input from `stdin` and save it in a log file:
    logsave logfile -
  • Append the output to a log file, instead of replacing its current contents:
    logsave -a logfile command
  • Show verbose output:
    logsave -v logfile command

© tl;dr; authors and contributors