Questions tagged as 'find'

1
answer

MongoDB order by

practicing with mongo I have a collection {     "_id" : "158748",     "data" : {         "1" : {             "tem" : 0,             "sal" : 0,         },         "3" : {             "tem" : 0,             "sal" : 0,         },          ...
asked by 20.11.2016 / 11:01
3
answers

Find the directories and files in the current directory that contain a certain string

Show on screen all the directories, only directories, of the current directory that contain in their name the string "pra". I have this: find . -type d Show on screen all the files, only files, of the current directory that contain in t...
asked by 25.09.2017 / 20:29