On 12/24/19 3:24 PM, Bob Goodwin wrote:
[bobg@Workstation-2 ~]$ ps ax | grep thunderbird
1652 ? Sl 0:50 /usr/lib64/thunderbird/thunderbird
2431 pts/1 S+ 0:00 grep --color=auto thunderbird
[bobg@Workstation-2 ~]$ cat /proc/$1652/environ | grep "LC_TIME=[Cc]" ;
echo $?
cat: /proc/652/environ: No such file or directory
1
Why did you put the $ in there? Notice which directory you ended up
with: /proc/652/environ. Bash substituted for the $1 which is empty.
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx