ircart/ircart/.genlist

3 lines
94 B
Bash
Executable File

#!/bin/sh
find . -type f -name "*.txt" | cut -c 3- | sort | sed 's/\.[[:alpha:]]*$//' > .list