SYMBOLS="attrib_bleep \ bell_pos \ bleep_time \ bleeps \ cursor_time \ delimiters \ ex_num \ key_echo \ keymap \ no_interrupt \ punc_all \ punc_level \ punc_most\ punc_some \ reading_punc \ repeats \ say_control \ say_word_ctl \ silent \ spell_delay " for i in $SYMBOLS; do printf "$i: " if [ -f /sys/accessibility/speakup/$i ]; then cat /sys/accessibility/speakup/$i fi done