fun with json

This commit is contained in:
2025-08-09 06:20:14 +02:00
parent 713ae20355
commit ee67175267

View File

@@ -27,3 +27,10 @@ pct enter 112
- Don't tell people to type 'pct enter', or they will type `pct`, and hit the enter key I TOLD YOU ALL THE KEY SHOULD BE CALLED RETURN.
- Now you're in the container.
## Just for Fun
```sh
pct list | grep -v VMID |\
column -J -N vmid,state,current,name | less -R
```