Displaying 3 results from an estimated 3 matches for "subdirnam".
Did you mean:
subdirname
2019 Jan 21
2
Dovecot can't access mailbox that exists (nested)
...k-no-nuls oe-ns-eoh
? pop3_enable_last = yes
}
# ls -1a (Mailbox structure)
cur
dovecot.index
dovecot.index.cache
dovecot.index.log
dovecot.list.index
dovecot.list.index.log
dovecot.mailbox.log
dovecot-uidlist
dovecot-uidvalidity
.Drafts
.Junk
maildirfolder
maildirsize
new
.Received 1.1522486 - Subdirname.Received
.Received 1.1522486 - Subdirname.Sent
.Sent
sieve
subscriptions
tmp
.Trash
.Trash.Sent (2)
# doveadm mailbox list -u name at domain.com
INBOX
INBOX.Trash
INBOX.Trash.Sent (2)
INBOX.Sent
INBOX.Received 1
INBOX.Received 1.1522486 - Subdirname
INBOX.Received 1.1522486 - Subdirname.Sent
INB...
2010 Nov 24
1
diverting output from nested loops
...directory. Any hints
on how to do this will be much appreciated!
Many thanks in advance,
Lara
for (K in ...){
... create object ...
topDirName <- as.character(paste("topName", K, sep=""))
topDirMake <- dir.create(topDirName)
for (L in ...) {
subDirName <- as.character(paste("subName", L, sep=""))
subDirMake <- dir.create(subDirName)
... manipulate object ...
for (M in ...) {
objectName <- as.character(paste("objName", M, ".pdf", sep=""))...
2002 Jul 31
2
Patronizing the exclude * option
...arnation, which doesn't work right, of course.
#!/bin/sh
rootpath="$1"
subpath="$2"
if [ $rootpath -ef $subpath ]
then
echo "end of recursion"
echo $subpath
else
echo $subpath
SUBDIRECTORY=$(/usr/bin/dirname $subpath)
echo $SUBDIRECTORY
/root/scripts/subdirname $SUBDIRECTORY
fi
--
Maurice Volaski, mvolaski@aecom.yu.edu
Computing Support, Rose F. Kennedy Center
Albert Einstein College of Medicine of Yeshiva University