Sponsored Content
Full Discussion: Advanced replace
Top Forums Shell Programming and Scripting Advanced replace Post 302133015 by fed.linuxgossip on Tuesday 21st of August 2007 12:57:32 PM
Old 08-21-2007
The above sed command trick doesnot work... the string still remains in the outfile.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Advanced For loop

Is it possible to code a FOR loop within Bourne/Korn shell of the form: for i in somelist AND j in anotherlist do echo $i $j done Basically I have two "lists", say: listA= "1 2 3 4 5" listB= "a b c d e" I want to step through these lists simultaneously and with one echo... (9 Replies)
Discussion started by: petrk1
9 Replies

2. Shell Programming and Scripting

Advanced Getopts

Hi all, I am using getops to get the arguments passed by the command line. However, I need to specify some rules regarding the parameter sent. For eg: I have script called MyScript which accept parameter d, I, E, r, u so the usage should be like this: MyScript So far, I finished... (2 Replies)
Discussion started by: stefan_hery
2 Replies

3. UNIX for Dummies Questions & Answers

Advanced LS?

My goal is simply to output a listing of all files in a directory and all subdirectories, one per line, ****with their full path****. The *** part is what I can't figure out. I can get one on a line and I like having the extra info, so I'm using ls -Rl right now. But what I get is just the... (2 Replies)
Discussion started by: bostonrobot
2 Replies

4. UNIX for Advanced & Expert Users

Advanced I/O

What is Stream Devices and Stream pipes? Explain Advanced I/O ? (1 Reply)
Discussion started by: thangappan
1 Replies

5. Shell Programming and Scripting

advanced deletion

How can i delete the contents of the directory except one file? (8 Replies)
Discussion started by: proactiveaditya
8 Replies

6. Shell Programming and Scripting

Advanced printf

I want to print: WELCOME TO MY WORLD Where "WELCOME TO MY WORLD" will be in green (32) and the underline will be in yellow (33). How can i do the above using printf. printf "`tput smul`\033 leaves both the text and the underline in green. (3 Replies)
Discussion started by: proactiveaditya
3 Replies

7. Shell Programming and Scripting

advanced awk

Hi all Input group1 user1 user2 user3 group2 user4 user5 user1 group3 user6 user7 user8 Desired output group1 group2 (12 Replies)
Discussion started by: wakatana
12 Replies

8. Programming

Books for advanced C

Simple question , what good book is next step in learning C. I finished with K&R and I want to go to the next step , so if someone has a good book please share title :D I looked for Advanced C programming by example but it is too expansive 400$ on Amazon :( So please tell me (7 Replies)
Discussion started by: solaris_user
7 Replies

9. UNIX for Advanced & Expert Users

Help with advanced wget

Hi All, I am trying to download large no of data using wget. the URLS are saved in a file. I want to want for a few seconds after every URL is downloaded so i saw the option -w with wget but it does not seem to work. Can any one give me a working usage. wget -i ../file1t -o ../Outlog.log -N -S... (2 Replies)
Discussion started by: johnasvini
2 Replies

10. Shell Programming and Scripting

Advanced AWK Regexp substring to int & Replace

Hi! I have a difficult problem, to step up a unknown version number in a text file, and save the file. It would be great to run script.sh and the version gets increased. Example the content of the textfile.txt hello version = x bye This include three steps 1. First find the char after... (2 Replies)
Discussion started by: Beachboy72
2 Replies
solid-pop3d(8)						   System Administrator's Manual					    solid-pop3d(8)

NAME
solid-pop3d - The Solid POP3 Server SYNOPSIS
solid-pop3d [-rd] [-n maildropfile] [-t maildroptype] [-a time] [-f configfile] DESCRIPTION
The Solid POP3 Server is an implementation of the Post Office Protocol server that has flexibility on mind. It has support for mailbox, maildir, APOP, bulletins and few other things. It can work as inetd or standalone server. See README for more details. OPTIONS
-n maildropfile Specify a maildrop file (or directory). The following strings beginning with % character are recognized and replaced: %s replace it with user name %dN replace it with N-th character of user name %% replace it with single % character %m replace it with mapped user name (read VIRTUALS file) %o replace it with the "original" user name. This is the user name with any UserMapPrefix removed. Unless DoMapping is enabled, and a UserMapPrefix is supplied, this will be a blank string. If specified path is not absolute it is treated as relative to user home directory. For example: /var/mail/%d1/%d2/%s is expanded to /var/mail/j/u/jurekb and Mail/bugtraq is expanded to /home/jurekb/Mail/bugtraq for "jurekb" user on my system. The default is /var/mail/%s or Maildir when mailbox support is not compiled in. -t maildroptype Specify a maildrop type. mailbox and maildir are supported. The default is mailbox or maildir when mailbox support is not compiled in. -a time Specify an autologout time. The following suffixes are recognized: s the time is specified in seconds m the time is specified in minutes h the time is specified in hours d the time is specified in days w the time is specified in weeks Seconds are used if no suffix is present. The default value is 2 minutes. -f configfile Specify a configuration file. The default is /etc/spop3d.conf -d Set server into debugging mode. -r Allow root login. This feature is disabled by default and shouldn't be used. FILES
~/.spop3d User configuration file. ~/.spop3d-bull This file is used by bulletin code to determine last bulletin received by user. /var/lib/solid-pop3d/bulletins Bulletins directory. /etc/spop3d.conf Global configuration file. SEE ALSO
spop3d.conf(5), pop_auth(1), dot-spop3d(5), AUTHOR
Jerzy Balamut <jurekb@dione.ids.pl> Unix OCTOBER 1999 solid-pop3d(8)
All times are GMT -4. The time now is 02:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy