Sponsored Content
Top Forums UNIX for Dummies Questions & Answers List directories, subs and files Post 302510654 by vgersh99 on Monday 4th of April 2011 02:19:14 PM
Old 04-04-2011
given a sample file (a saved 'find . -ls'):
files.txt:
Code:
3166059 0 drwxr-xr-x 6 user staff 204 5 jan 07:25 .
3166060 8 -rw-r--r-- 1 user staff 263 6 okt 2009 ./README.txt
3166061 0 drwxr-xr-x 4 user staff 136 5 jan 07:25 ./test_theme
3166062 8 -rw-r--r-- 1 user staff 765 22 aug 2010 ./test_theme/template.php
3166063 8 -rw-r--r-- 1 user staff 1061 5 jan 07:25 ./test_theme/test_theme.info
3166064 0 drwxr-xr-x 3 user staff 102 5 jan 07:25 ./update_test_basetheme
3166065 8 -rw-r--r-- 1 user staff 332 5 jan 07:25 ./update_test_basetheme/update_test_basetheme.info
3166066 0 drwxr-xr-x 3 user staff 102 5 jan 07:25 ./update_test_subtheme
3166067 8 -rw-r--r-- 1 user staff 363 5 jan 07:25 ./update_test_subtheme/update_test_subtheme.info

running:
Code:
nawk '{match($0,$9 OFS $10);f=substr($0,RSTART+RLENGTH+1);match(f,"/[^/]*$");print$1,$3,f,substr(f,RSTART+1)}' files.txt

produces:
Code:
3166059 drwxr-xr-x . .
3166060 -rw-r--r-- ./README.txt README.txt
3166061 drwxr-xr-x ./test_theme test_theme
3166062 -rw-r--r-- ./test_theme/template.php template.php
3166063 -rw-r--r-- ./test_theme/test_theme.info test_theme.info
3166064 drwxr-xr-x ./update_test_basetheme update_test_basetheme
3166065 -rw-r--r-- ./update_test_basetheme/update_test_basetheme.info update_test_basetheme.info
3166066 drwxr-xr-x ./update_test_subtheme update_test_subtheme
3166067 -rw-r--r-- ./update_test_subtheme/update_test_subtheme.info update_test_subtheme.info

.
Anything wrong?
Once again, post a the output of 'find . -ls' that results in the wrong output.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

List specific files from directories

Hello, I would like to list the files from all directories that has been modified more than 1 month ago, and whose name is like '*risk*log'. I think a script like this should work : ls -R | find -name '*risk*.log' -mtime 30 -type f But it tells me "no file found" though I can see some. ... (4 Replies)
Discussion started by: Filippo
4 Replies

2. UNIX for Dummies Questions & Answers

List directories and files

I want to count how many levels there are under a directory. I repeat level. Also how i count only all the files in a directoy ( all files of all directories of all leves down!) and how can i count only all the directories under a directory (including subdirectories, all levels down) ... (2 Replies)
Discussion started by: psalas
2 Replies

3. Shell Programming and Scripting

Command to list only files omit directories.

Hi All I am writting a script that does a comparison between files in 2 diffectent directories. To do this I need a command that will list out only the files in a give directory and omit any sub dorectories with that directory. But I am unable to find it. Please Help. I tried ls... (5 Replies)
Discussion started by: Veenak15
5 Replies

4. Shell Programming and Scripting

How to get a list of files in a dir w/o sub-directories?

Hi I am looking for the correct syntax to find all files in the current directory without listing sub-directoris. I was using the following command, but it still returns subdirectoris and files inside them: $ ls -laR | grep -v ^./ Any idea? Thanks PS I am in ksh88 (4 Replies)
Discussion started by: aoussenko
4 Replies

5. UNIX for Dummies Questions & Answers

List directories and sub directories recursively excluding files

Hi, Please help me, how to get all the direcotries, its sub directories and its sub directories recursively, need to exclude all the files in the process. I wanted to disply using a unix command all the directories recursively excluding files. I tried 'ls -FR' but that display files as... (3 Replies)
Discussion started by: pointers
3 Replies

6. UNIX for Dummies Questions & Answers

list directories with more than X files

I want to search a server beginning at /home and list directories with more than X files I found a hack that injects tons of files into a directory How can I search the server recursively and list directories with more than X files? Thank you! like, find /home (directories, that meet the... (5 Replies)
Discussion started by: vanessafan99
5 Replies

7. UNIX for Dummies Questions & Answers

List biggest files (Not Directories)

Hello, can you please help me writing a command that would output the biggest files on my system from biggest to smallest? I want this to print only the files, not the directories. I have tried du -a ~ | sort -nr | head -10 However, this also prints out all the directories - which I do... (8 Replies)
Discussion started by: tonydaniels1980
8 Replies

8. Shell Programming and Scripting

How to list all the files, directories and sub-directories in the current path except one directory?

Can anyone come up with a unix command that lists all the files, directories and sub-directories in the current directory except a folder called log.? Thank you in advance. (7 Replies)
Discussion started by: Manjunath B
7 Replies

9. Shell Programming and Scripting

List directories and count files inside

I'm trying to make a script that will list all directories under a selection as well as the number of files in each. I cannot get it to work under a symbolic link. The file structure is: XXX_20131127_001 dir01 (sym link) 2404x912 file.0000.xxx to ... (10 Replies)
Discussion started by: scribling
10 Replies

10. Solaris

A way to list directories that contain specific files.

Hi everyone My issue is this, I need to list all the sub directories in a directory that contains files that have the extension *.log, *.dat and *.out . After reviewing the output i need to delete those directories i do not need. I am running Solaris 10 in a bash shell. I have a script that I... (2 Replies)
Discussion started by: jsabo40
2 Replies
TORRUS_ACLEDIT(8)						      torrus							 TORRUS_ACLEDIT(8)

NAME
acledit - Manage Torrus access control lists (ACLs). SYNOPSIS
torrus acledit [options...] DESCRIPTION
This command manages the Torrus access control lists. Each user is identified by user ID, and has a set of attributes. Currently supported attributes are "cn" (common name) and "userPasswordMD5" (MD5 digest of the user's password). Each user belongs to one or several groups. Each group has its own set of privileges. A privilege is identified by privilege name and object name. Currently only one privilege name is supported: "DisplayTree", and the object name is the name of the tree that this group is allowed to browse. User authorization in the web interface is controlled by the $Torrus::CGI::authorizeUsers variable in torrus-siteconfig.pl. GROUP MANAGEMENT OPTIONS
--addgroup=GROUP Creates a new group with the given name. --delgroup=GROUP Deletes the group with the given name. --modgroup=GROUP Modifies the given group. --permit=PRIVILEGE Grants privilege to group(s). Currently supported privileges are: "DisplayTree" for displaying a datasource tree, and "DisplayAdmInfo" for displaying the administrative information (all significant parameters for a given datasource leaf). --deny=PRIVILEGE Revokes group(s) privilege. --for=OBJECT Object for which privileges are granted or revoked. Currently it must be the name of the tree for which the "DisplayTree" and "DisplayAdmInfo" privilegs are granted or revoked. The asterisk (*) instead of the object name assigns the privilege for all objects. USER MANAGEMENT OPTIONS
--adduser=UID Creates a new user with the given user ID. --addhost=HOST Creates a new user for host-based authentication. HOST should be an IPv4 or IPv6 address of the HTTP client. The new username is the address with all non-alphanumeric characters replaced with underscores. Host password is changed by <--hostpassword> option. --deluser=UID Deletes user with the given user ID. --moduser=UID Modifies the user attributes for the given user ID. --addtogroup=GROUP Adds user to the given group. --delfromgroup=GROUP Deletes user from the given group. --password=PASSWORD Sets user's password. --hostpassword=PASSWORD Sets the password for host-based authentication. The HTTP client should add "hostauth" parameter with the password as a value. --cn=NAME Sets user's common name. --showuser=UID Displays information for a given user. GENERAL OPTIONS
--export=FILE Exports ACL configuration to a given file. --template=FILE Uses the given template file when exporting. Default value is aclexport.xml. --import=FILE Imports ACL configuration from the given file. --clear Deletes all user and privileges configuration. --list Lists all users and groups they belong to. --debug Sets the log level to debug. --verbose Sets the log level to info. --help Displays a help message. EXAMPLES
torrus acledit --addgroup=staff --permit=DisplayTree --for=main --for=thecustomer torrus acledit --adduser=jsmith --password=mysecretpassword --cn="John Smith" --addtogroup=staff torrus acledit --addgroup=admin --permit=DisplayTree --for='*' This example creates a group staff and gives all its members the permission to browse the datasource trees main and thecustomer. The next command creates a user jsmith and addts it to this group. The user name will be displayed as John Smith, and it will be let in with the given password. The third command creates a group admin which is allowed o browse all existing trees. FILES
/etc/torrus/conf/torrus-siteconfig.pl Torrus site configuration script. /usr/share/torrus/templates/aclexport.xml Default template for the exports of ACL configuration. SEE ALSO
torrus(8) NOTES
See more documentation at Torrus home page: http://torrus.org AUTHOR
Stanislav Sinyagin <ssinyagin@yahoo.com> torrus 2.03 2013-07-26 TORRUS_ACLEDIT(8)
All times are GMT -4. The time now is 11:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy