First of all, I'm using Mint 12.
This command
- Code: Select all
ls /usr/bin/*
is supposed to return the full path name of the files in /usr/bin directory. But it is returning only the base names.
This is a basic command. This works fine in Fedora. Why is it not working in Mint?
Ps. Remember that the wildcard is expanded before ls receive its parameters.



