blob: 93a85a5cc624c185bc8b8b23153627cbf13cfcc7 (
plain) (
blame)
1
2
3
4
|
# [coreutils](https://www.gnu.org/software/coreutils/)
works with no issues, but you'll have to use them by running `flatpak run org.gnu.coreutils <the coreutil>`, so for `cat` it'd be `flatapk run org.gnu.coreutils cat`
if you want to simplify it you can alias them to the proper command.
|