mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Add sort command
This commit is contained in:
parent
0148ffe0d7
commit
7eaa5d7727
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ KEYWORDS="-k -kt -ktt:1,2"
|
|||
echo "Extract strings to $OUTFILE.."
|
||||
rm "$OUTFILE"; touch "$OUTFILE"
|
||||
|
||||
find_result=$(find "$FINDSTARTDIR" $FINDOPTS -name "*.php" -type f)
|
||||
find_result=$(find "$FINDSTARTDIR" $FINDOPTS -name "*.php" -type f | sort)
|
||||
|
||||
total_files=$(wc -l <<< "${find_result}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue