6 lines
77 B
Text
6 lines
77 B
Text
|
#!/bin/sh
|
||
|
|
||
|
ID=$1; shift
|
||
|
|
||
|
find ~/Maildir -name "*U=${ID}:*" -exec ls -l {} \;
|