PATH:
usr
/
share
/
language-tools
#!/bin/sh -pe # # locale2papersize outputs the paper size "a4" or "letter" based on # the height and width in the locale that is passed as an argument. export LC_PAPER=$1 height=$( locale height ) width=$( locale width ) if [ "$height" = 279 -a "$width" = 216 ]; then size=letter else size=a4 fi echo $size
[-] update-langlist
[edit]
[-] main-countries
[edit]
[-] locale2papersize
[edit]
[-] language2locale
[edit]
[-] language-validate
[edit]
[-] set-language-helper
[edit]
[+]
..
[-] save-to-pam-env
[edit]
[-] language-options
[edit]