...and exclude LC_ALL too
This commit is contained in:
		| @@ -16,4 +16,4 @@ while read text data bss dec hex filename; do | ||||
|     printf "%9d %11d %9d %9d %s\n" $((text+data)) $text $data $bss "$filename" | ||||
| done | ||||
| printf "%9d %11d %9d %9d %s\n" $((t_text+t_data)) $t_text $t_data $t_bss "TOTAL" | ||||
| } | env -u LANG sort -r | ||||
| } | env -uLANG -uLC_ALL sort -r | ||||
|   | ||||
		Reference in New Issue
	
	Block a user