1 2 3 4 5 6 7
#!/bin/sh # Get unread count unread=$(cut -f1 -d' ' ~/.cache/unread) # Display unread count printf "%s\n\n" "unread|int|$unread"