python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Issue when using find and ls command and wildcard operators in terminal mac os x
First of all thank you to everyone on here you have already helped me countless times. Secondly be kind I'm a total noob with these things and spent the last 2 hours trying to find an answer.
Here is ...
Maxigalaxi
Votes: 0
Answers: 0
How to combine pwd with ls and grep
Let's say that there are several directories and within them are several different files and I want to find a particular file location within all these directories.
How do you use pwd with ls -laR | g...
Ajeeth_BT
Votes: 0
Answers: 2
what does anonymous-*-* mean in this bash command?
I know what the ls -d does but I am confused about anonymous-*-* |\ part, can someone please explain this
ls -d $data/anonymous-*-* |\
assuming $data is a directory name

Hussain Wali
Votes: 0
Answers: 1
How to touch all files that are returned by a sorted ls?
If I have the following:
ls|sort -n
How would I touch all those files in the order of the sorted files? Something like:
ls|sort -n|touch
What would be the proper syntax? Note that I need to sort to...
David542
Votes: 0
Answers: 4