Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Need help in checking for files in subfolders Post 302586145 by tes218 on Friday 30th of December 2011 09:17:00 AM
Old 12-30-2011
Sorry, yes you are right. I would be doing a 'cd' to a directory under the current one with the same name.

Ex:

Mount point name - /cat
cd /cat
List directories under /cat using ls -l
cat
dog
fish
Find another directory called cat
cd to that directory and list the directories
cd cat
ls -l
keep checking until a directory called cat is not found.

Thanks!
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

rename files in subfolders

Hello i have this script : foreach f ($1/*.cpp ) mv $f $f:r.c end that renames me files in dir , how can i change it so it will rename me also in subdirectorys? thanks (0 Replies)
Discussion started by: umen
0 Replies

2. UNIX for Dummies Questions & Answers

How to learn the number of files under a particular folder, containing subfolders

Hi ALL I would like know how many files there under a particular folder, which contains subfolders. Thanks (5 Replies)
Discussion started by: cy163
5 Replies

3. Shell Programming and Scripting

Replace string in all files in a folder and subfolders.

i need to change string in all files in current folder and all subfolders. i wrote the following script. It works good except it dont delete temp file from subfolders. for z in `find . -type f -name "*.html" -o -name "*.htm"`; do sed -e 's@abc@xyz@g' $z>temp; mv temp $z; done any idea?... (1 Reply)
Discussion started by: crazynups
1 Replies

4. UNIX for Dummies Questions & Answers

Split 200.000 files into different subfolders

Dear UNIX-Community, can help me doing 2 things in Debian 5.0? 1.) Create 100 folders Format: ./0/0, ./0/1, ./0/2, ...,./0/9, ./1/0/, ..., ./9/9 2.) Move over 200.000 files into the subdirectories according to their last digits. 12398123.dat -> ./3/2/12398123.dat 48161.dat ->... (2 Replies)
Discussion started by: diadas
2 Replies

5. UNIX for Dummies Questions & Answers

How to obtain a count of files in a folder and it's subfolders

First of all, the extent of my unix knowledge is next to nil. I've been able to telnet to a unix box, and thanks to the Computer Hope website, I've been able to learn a few basic commands to navigate from folder to folder, and view contents. What I really need to do is obtain a count of all... (2 Replies)
Discussion started by: scarfinv
2 Replies

6. Homework & Coursework Questions

unique words in files of folder and its subfolders

Hello, I tried to count all unique words of all files in one folder and its subfolders. Can anybody say me, why this doesnt work: ls| find -d | cat | tr "\ " "\n"| uniq -u | wc -l ??? Cat writes only the names of those files, but not the wors, which should be in them. Thanks for any advice. ... (9 Replies)
Discussion started by: Dworza
9 Replies

7. Shell Programming and Scripting

Help to move folders, subfolders and files from unix to windows

Hi Unix Gurus, I am able to copy only files that exist in the parent folder. My parent folder has sub folders and within sub folders there are lots files. I need to copy folder, sub folders and files from Unix to the remote windows SFTP location. The directory structure is something like... (1 Reply)
Discussion started by: shankar1dada
1 Replies

8. Shell Programming and Scripting

List all the files in the present path and Folders and subfolders files also

Hi, I need a script/command to list out all the files in current path and also the files in folder and subfolders. Ex: My files are like below $ ls -lrt total 8 -rw-r--r-- 1 abc users 419 May 25 10:27 abcd.xml drwxr-xr-x 3 abc users 4096 May 25 10:28 TEST $ Under TEST, there are... (2 Replies)
Discussion started by: divya bandipotu
2 Replies

9. Shell Programming and Scripting

Splitting a folder containing different files into subfolders

I have a folder with 4000 (*3) files like gr_q4_gb-1.anc gr_q4_gb-1.anc_cdr_st.txt gr_q4_gb-1.anc_cdr_tr.txt gr_q4_gb-2.anc gr_q4_gb-2.anc_cdr_st.txt gr_q4_gb-2.anc_cdr_tr.txt gr_q4_gb-3.anc gr_q4_gb-3.anc_cdr_st.txt gr_q4_gb-3.anc_cdr_tr.txt . . gr_q4_gb-4000.anc... (6 Replies)
Discussion started by: sammy777888
6 Replies

10. UNIX for Beginners Questions & Answers

Find for files within a list of subfolders

Helo Is there a better way to search within a list of subfolders : A_START_PATH="/data_1/data_2" # # dir2, dir3, dir6, ..... dir59 exists # A_LIST="$A_START_PATH/dir1 $A_START_PATH/dir4 $A_START_PATH/dir5" find "$A_LIST" -type f -name"*.txt" Now searching for all files in any subdirs... (2 Replies)
Discussion started by: jcdole
2 Replies
DEBC(1) 						      General Commands Manual							   DEBC(1)

NAME
       debc - view contents of a generated Debian package

SYNOPSIS
       debc [options] [changes file] [package ...]

DESCRIPTION
       debc  figures out the current version of a package and displays information about the .deb and .udeb files which have been generated in the
       current build process.  If a .changes file is specified on the command line, the filename must end with .changes, as this is how  the  pro-
       gram distinguishes it from package names.  If not, then debc has to be called from within the source code directory tree.  In this case, it
       will look for the .changes file corresponding to the current package  version  (by  determining	the  name  and	version  number  from  the
       changelog,  and the architecture in the same way as dpkg-buildpackage(1) does).	It then runs dpkg-deb -I and dpkg-deb -c on every .deb and
       .udeb archive listed in the .changes file to display information about the contents of the .deb / .udeb files.  It precedes every  .deb	or
       .udeb  file  with the name of the file.	It assumes that all of the .deb / .udeb archives live  in the same directory as the .changes file.
       It is useful for ensuring that the expected files have ended up in the Debian package.

       If a list of packages is given on the command line, then only those debs or udebs with names in this list of packages will be processed.

Directory name checking
       In common with several other scripts in the devscripts package, debc will climb the directory tree until it finds a debian/changelog  file.
       As  a  safeguard  against  stray  files	causing  potential  problems,  it  will examine the name of the parent directory once it finds the
       debian/changelog file, and check that the directory name corresponds to the package name.  Precisely how it does this is controlled by  two
       configuration  file  variables  DEVSCRIPTS_CHECK_DIRNAME_LEVEL  and  DEVSCRIPTS_CHECK_DIRNAME_REGEX,  and  their corresponding command-line
       options --check-dirname-level and --check-dirname-regex.

       DEVSCRIPTS_CHECK_DIRNAME_LEVEL can take the following values:

       0      Never check the directory name.

       1      Only check the directory name if we have had to change directory in our search for debian/changelog.  This is the default behaviour.

       2      Always check the directory name.

       The directory name is checked by testing whether the current directory name (as determined by pwd(1)) matches the regex given by  the  con-
       figuration  file  option  DEVSCRIPTS_CHECK_DIRNAME_REGEX  or  by the command line option --check-dirname-regex regex.  Here regex is a Perl
       regex (see perlre(3perl)), which will be anchored at the beginning and the end.	If regex contains a '/',  then	it  must  match  the  full
       directory  path.  If not, then it must match the full directory name.  If regex contains the string 'PACKAGE', this will be replaced by the
       source package name, as determined from the changelog.  The default value for the regex is: 'PACKAGE(-.+)?', thus matching directory  names
       such as PACKAGE and PACKAGE-version.

OPTIONS
       -adebian-architecture, -tGNU-system-type
	      See  dpkg-architecture(1)  for  a description of these options.  They affect the search for the .changes file.  They are provided to
	      mimic the behaviour of dpkg-buildpackage when determining the name of the .changes file.

       --debs-dir directory
	      Look for the .changes, .deb and .udeb files in directory instead of the parent of the source directory.  This should  either  be	an
	      absolute path or relative to the top of the source directory.

       --check-dirname-level N
	      See the above section Directory name checking for an explanation of this option.

       --check-dirname-regex regex
	      See the above section Directory name checking for an explanation of this option.

       --no-conf, --noconf
	      Do not read any configuration files.  This can only be used as the first option given on the command-line.

       --help, --version
	      Show help message and version information respectively.

CONFIGURATION VARIABLES
       The  two configuration files /etc/devscripts.conf and ~/.devscripts are sourced in that order to set configuration variables.  Command line
       options can be used to override configuration file settings.  Environment variable settings are ignored for this  purpose.   The  currently
       recognised variables are:

       DEBRELEASE_DEBS_DIR
	      This  specifies the directory in which to look for the .changes, .deb and .udeb files, and is either an absolute path or relative to
	      the top of the source tree.  This corresponds to the --debs-dir command line option.  This directive could be used, for example,	if
	      you  always use pbuilder or svn-buildpackage to build your packages.  Note that it also affects debrelease(1) in the same way, hence
	      the strange name of the option.

       DEVSCRIPTS_CHECK_DIRNAME_LEVEL, DEVSCRIPTS_CHECK_DIRNAME_REGEX
	      See the above section Directory name checking for an explanation of these variables.  Note that these are package-wide configuration
	      variables,  and  will therefore affect all devscripts scripts which check their value, as described in their respective manpages and
	      in devscripts.conf(5).

SEE ALSO
       dpkg-deb(1), debdiff(1) and devscripts.conf(5).

AUTHOR
       Julian Gilbey <jdg@debian.org>, based on an original script by Christoph Lameter <clameter@debian.org>.

DEBIAN								 Debian Utilities							   DEBC(1)
All times are GMT -4. The time now is 02:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy