Andy G. Rudyavsky

Results 4 comments of Andy G. Rudyavsky

I have the same problem. Can anyone provide a complete basic call example? Eg, call from 1000 to 1001. Thanks.

Has anyone found a more recent repository? Or the project completely dead?

I have written a simple bash test: ```bash #!/bin/sh out=`df -T -B1 --exclude-type=tmpfs --exclude-type=devtmpfs --exclude-type=udev` echo "err: ", $? echo "out: ", ${out} ``` As user - test return 1...

I have a standard Debian 11 installation by default. Everything is like yours... ```sh $df --version df (GNU coreutils) 8.32 Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU...