can't find env command on fedora 23
I can't find 'env' command on my Fedora 23 Workstation, and use "dnf search env" also can't find.
But I have some shell scripts need this command. Could somebody tell me how to install this command ? Thanks very much.
To determine what package , use dnf provides. In this case
dnf provides '*/env'
Thank you for tips , I am new bird in fedora :)