#include #include #include "bits/stdc++.h" using namespace std; int main() { DIR* dp=opendir("/bin"); if (dp!=0) { struct dirent* dent; do{ dent = readdir(dp); if (dent!=0)cout<d_name<