Bash list files as {path + file}
Bash list files as {path + file} Problem Description: I want to search for a file that has 1033 bytes of size. Therefore, I write ls -lRA, which outputs around 200 files, in around 20 folders. When I grep for the file with ls -lRA | grep 1033 I get one element alone, -rw-r—– 1 … Read more