Sponsored Content
Top Forums UNIX for Advanced & Expert Users Tip: how to get the deepest directories Post 302978389 by MadeInGermany on Friday 29th of July 2016 02:22:03 PM
Old 07-29-2016
For the 101% safety
Code:
find . -type d -links -3 -prune

There are certainly some file systems without dot and dot-dot (HighSierra/ISO9660?). However, I think a LUnix driver will always emulate them.
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

check if multiple directories exist else create missing directories

Hi , I 'm trying to check if multiple directories exist on a server, if not create the missing ones and print " creating missing directory. how to write this in a simple script, I have made my code complex if ; then taskStatus="Schema extract directory exists, checking if SQL,Count and... (7 Replies)
Discussion started by: ramky79
7 Replies

2. Shell Programming and Scripting

Script for parsing directories one level and finding directories older than n days

Hello all, Here's the deal...I have one directory with many subdirs and files. What I want to find out is who is keeping old files and directories...say files and dirs that they didn't use since a number of n days, only one level under the initial dir. Output to a file. A script for... (5 Replies)
Discussion started by: ejianu
5 Replies

3. Shell Programming and Scripting

How to list all the directories, sub directories in a mount along with size in ascending order?

Hi , I am very new to unix as well as shell scripting. I have to write a script for the following requirement. In a particular mount, have to list all the directories and sub directories along with size of the directory and sub directory in ascending order. Please help me in this regard and many... (4 Replies)
Discussion started by: nmakkena
4 Replies

4. UNIX for Dummies Questions & Answers

Using grep command to find the pattern of text in all directories and sub-directories.

Hi all, Using grep command, i want to find the pattern of text in all directories and sub-directories. e.g: if i want to search for a pattern named "parmeter", i used the command grep -i "param" ../* is this correct? (1 Reply)
Discussion started by: vinothrajan55
1 Replies

5. 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

6. UNIX for Dummies Questions & Answers

List the directories, having given pattern in the directories name, sorted by creation date

It is for HP-Unix B.11.31. Requirement: 1. List the directories, having given pattern in the directories name, sorted by creation date. Example: Directories with name "pkg32*" or "pkg33*" 2. On the output of 1. list the directories by creation date as sort order, with creation date... (2 Replies)
Discussion started by: Siva SQL
2 Replies

7. UNIX for Advanced & Expert Users

Tip: show the last 3 directories in the shell prompt

tcsh: have the following in .cshrc (or .tcshrc) set prompt=": " zsh: have the following in .zshrc PS1="%# " bash: have the following in .bashrc PS1='\$ 'Lacking direct support this is a good approximation. (0 Replies)
Discussion started by: MadeInGermany
0 Replies

8. Solaris

Giving read write permission to user for specific directories and sub directories.

I have searched this quite a long time but couldn't find the right method for me to use. I need to assign read write permission to the user for specific directories and it's sub directories and files. I do not want to use ACL. This is for Solaris. Please help. (1 Reply)
Discussion started by: blinkingdan
1 Replies

9. UNIX for Beginners Questions & Answers

[Tip] Housekeeping Tasks Made Easy - User Home directories and Leftover Files

We have regularly questions about how to create users and user accounts. But regularly user accounts need to be deleted too. It is quite easy to delete the user account itself but usually the HOME directory of the user remains. It is good style to remove these directories but simply deleting... (3 Replies)
Discussion started by: bakunin
3 Replies
xgnokii(1x)							      gnokii							       xgnokii(1x)

NAME
xgnokii - graphical interface of the gnokii telephone toolkit SYNOPSIS
xgnokii DESCRIPTION
xgnokii is a fancy graphical interface for libgnokii. It uses the settings in the [global] section of the configuration file of gnokii(1). You can assume that your phone is supported, however there are rare cases that you will get very limited functionality with xgnokii. xgnokii can save contacts in vCard format (thanks to Pavel Machek <pavel at ucw dot cz>) if you add .vcard or .gcrd extension (case sensi- tive) to the file name in the export contacts dialog. gnokii is a multiple systems tool suite and (eventually) modem/fax driver for the mobile phones. gnokii at the beginning was designed to support Nokia phones. At the moment it supports most of the Nokia mobiles and also supports other phones that understand AT commands. DIAGNOSTICS
Various error messages are printed to STDERR when xdebug = on is set in gnokii config file BUGS
This man page is too short. See more details in gnokii man page. AUTHOR
Jan Derfinak is the author of the xgnokii. Hugh Blemings <hugh at blemings dot org> and Pavel Janik ml. <Pavel.Janik at suse dot cz> and Pawel Kot <gnokii at gmail dot com> are the authors of the gnokii tool suite. This manual page was written by Daniele Forsi <daniele at forsi dot it> changing the manual page written by Erik Rossen <rossen at freesurf dot ch>. See also Docs/CREDITS from the gnokii sources. COPYING
This program is distributed under the GNU Public License Version 2, or (at your option) any later version. SEE ALSO
gnokii(1), gnokiid(1) Erik Rossen, Daniele Forsi May 10, 2010 xgnokii(1x)
All times are GMT -4. The time now is 10:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy