add dpsl.sh

This commit is contained in:
xiconfjs 2023-11-27 17:55:06 +01:00
parent 10254b849b
commit e69a8ed5b5
1 changed files with 3 additions and 0 deletions

3
docker-aliases/dpsl.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
docker ps | perl -ne '@cols = split /\s{2,}/, $_; printf "%15s %45s %20s %25s %20s\n", $cols[0], $cols[1], $cols[3], $cols[4], $cols[5]'