4 lines
122 B
Bash
4 lines
122 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
fgrep " image:" * 2>/dev/null | egrep -v "# " | egrep -v "^_" | grep "/" | awk '{print $1" "$3}' | sort -u
|