Find command possibilities


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Find command possibilities
# 1  
Old 12-04-2010
Find command possibilities

Using find command is the below possible ?

Code:
find /home/abcd/****/efgh

where the "****" can be any name/character.

Thanks,
Vasanth.
# 2  
Old 12-04-2010
Why not try it yourself?

Did you try it?
# 3  
Old 12-04-2010
Hey.. Sorry!

Even i didn't try it earlier. It works...

Thanks Neo! In future, I will always try myself before posting.

-Vasanth.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk to print out with two possibilities

The below awk adds a header Variants Detected: followed by, in this case the line in file underneath the ## (like the desired result). The script does execute and works as expected (looks for the keywords in file and prints if found underneath header) if I remove the last awk, which prints... (3 Replies)
Discussion started by: cmccabe
3 Replies

2. Shell Programming and Scripting

Script to find the available number possibilities

Hi, I try to get the combination of 6 numbers from (1-60) using any script. Any script that can help me to fix this ... EG: The output should be like that different possibilities from 1-60... 1) 1 3 15 29 30 42 2) 4 5 6 31 44 60 like the above ... Hereas, I need all the possibilities... (5 Replies)
Discussion started by: gsiva
5 Replies

3. Shell Programming and Scripting

configure bash completion for multiple possibilities

Hello, Bash completion is great, but there are some features I'd like to change. One thing is the behaviour when there are lots of very similar possibilities. E.g., my directory contains 133 files, from pubmed_result1.txt to pubmed_result133.txt $ ls Lyonprim/p Display all 133... (2 Replies)
Discussion started by: jossojjos
2 Replies

4. Shell Programming and Scripting

How to use grep & find command to find references to a particular file

Hi all , I'm new to unix I have a checked project , there exists a file called xxx.config . now my task is to find all the files in the checked out project which references to this xxx.config file. how do i use grep or find command . (2 Replies)
Discussion started by: Gangam
2 Replies

5. Ubuntu

Restricted access possibilities

Hi, I have given a laptop from company with Ubuntu 10.04 on it. I have restricted access over it, means I have been given sudo login on it. SO I am unable to so many major activities over it, Can you all people tell me the Terminal tricks that I can use to get my hands on it. (1 Reply)
Discussion started by: nixhead
1 Replies

6. Shell Programming and Scripting

Little bit weired : Find files in UNIX w/o using find or where command

Yes , I have to find a file in unix without using any find or where commands.Any pointers for the same would be very helpful as i am beginner in shell scritping and need a solution for the same. Thanks in advance. Regards Jatin Jain (10 Replies)
Discussion started by: jatin.jain
10 Replies

7. UNIX for Dummies Questions & Answers

What can you do with unix what are the possibilities

Where do i get unix at (1 Reply)
Discussion started by: shinobikil
1 Replies

8. Shell Programming and Scripting

command find returned bash: /usr/bin/find: Argument list too long

Hello, I create a file touch 1201093003 fichcomp and inside a repertory (which hava a lot of files) I want to list all files created before this file : find *.* \! -maxdepth 1 - newer fichcomp but this command returned bash: /usr/bin/find: Argument list too long but i make a filter all... (1 Reply)
Discussion started by: yacsil
1 Replies
Login or Register to Ask a Question