2 lines
81 B
Bash
Executable file
2 lines
81 B
Bash
Executable file
#!/bin/bash
|
|
ferium list | awk '{$1=$2=""; print $0}' | sed '1,2d' | pr -3t -W110
|