Sponsored Content
Full Discussion: question about command
Operating Systems Solaris question about command Post 302075294 by cmackin on Thursday 1st of June 2006 10:34:29 AM
Old 06-01-2006
Update

Hi

Thanks for that information. While reading through some notes I have the folder im trying to enlage is /tmp which from what i understand is a swap area. Will this still allow me to expand it with the commands you give me.

Thanks

Carson
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

question about rm command

i have a lot of messages file in the var directory i want to delete now i want to keep messages.1 to messages.10 and then delete everything else after 10 which is like 10 to 96 obviously i cant delete these files individual, can someone tell me the command to delete messages.11 to... (1 Reply)
Discussion started by: IMPTRUE
1 Replies

2. UNIX for Dummies Questions & Answers

question about using tr command

Hello all: I'm trying to use the tr command to change some text in a file, but it is not working as expected. Here's what I'm trying: tr 'INVOIC01' 'INVOICZZ' < inputfile > outputfile It looks to be changing not just the entire string, but any characters within. I just want to change the... (2 Replies)
Discussion started by: merliech
2 Replies

3. Solaris

cp command Question?

I am trying to following.. cp -rp oradata to /prod1 /prod2 /prod3 How I can copy oradata directory in to multiple directories? Thanks -Ad (1 Reply)
Discussion started by: deal732
1 Replies

4. UNIX for Dummies Questions & Answers

Command Question

What does 'directory=`pwd $1` ' mean, I know pwd is present working directory, so does that command take the present working directory of the directory the user is in depending on the varible ($1)? (2 Replies)
Discussion started by: Jayden
2 Replies

5. Shell Programming and Scripting

while command question

Hi What does while ( : ); do ...... ...... ...... done; mean? Does "while ( : )" refer too while true? Thanks. (4 Replies)
Discussion started by: zmfcat1
4 Replies

6. UNIX for Dummies Questions & Answers

mv Command question

When I use the mv command like say, mv file1 ../, it will move file1 to the parent directory of my current working directory. But where would the file go if I do mv file ... (with 3 periods), where would this move file1? (4 Replies)
Discussion started by: MaStErXLY
4 Replies

7. UNIX for Dummies Questions & Answers

Question about why a command does this

$ echo 2 * 3 > 5 is a valid inequality. This will create a file in the current directory named '5' with the number '2' in it, the names of all the files in the current directory, followed by the number '3' and 'is a valid inequality.' What I do not understand is why 'is a valid inequality' gets... (2 Replies)
Discussion started by: guitarscn
2 Replies

8. UNIX for Dummies Questions & Answers

New to Unix command line and have a question about the "sort" command

I am going through the Unix Made Easy second edition book by John Muster. So far it's been very informative and I can tell it may be a bit out of date. In one of the exercises it talks about the "sort" command and using it to sort column's of data etc. The "sort" command has changed a bit and... (1 Reply)
Discussion started by: budfoxcat
1 Replies

9. UNIX and Linux Applications

Ls command question

I am scratching my head right now. I am trying to archive a ton of files in a directory. I am attempting to tar them by year. On our development server if I type ls *_2008* it returns all of the files I am expecting to see. (The format of the filename includes xx_xx_xxx_2008-09-29_xxx.xxxx.xxxx)... (8 Replies)
Discussion started by: jmartin99
8 Replies

10. Shell Programming and Scripting

Question on command

Hi, can you please tell me what is the purpose of the following line: sh -c /home/dir/script.sh || exit 33 what i am confused is the || is this an OR boolean, or it might have some other purpose. do you know how this works ? i believe the first to run is the /home/dir/script.sh but what... (4 Replies)
Discussion started by: antoniotunin
4 Replies
burst(1mh)																burst(1mh)

Name
       burst - explode digests into messages

Syntax
       burst [ +folder ] [ msgs ] [ options ]

Description
       The  command extracts the original messages from a forwarded message, discards the forwarder's header details, and places the original mes-
       sages at the end of the current folder.

       By default, takes the current message in the current folder.  You can specify messages other than the current message  by  using  with  the
       +folder and msgs arguments.  If you specify another message, that message becomes the current message.  If you specify another folder, that
       folder becomes the current folder.

       The command will expand either a single message which contains a number of separate messages packed together for ease  of  mailing,  or	an
       Internet digest.  The and commands can both pack individual messages into a single message or file.

       You  can use in combination with or to re-direct or forward mail more conveniently.  For example, if you wanted to forward a number of mes-
       sages to yourself on another account, you could use to combine them and send them in a single message.  When the message arrives,  you  can
       use to expand the single message into its constituent messages.

Options
       -inplace
       -noinplace
		 Expands  the  forwarded  message  or  digest in its current place in the folder.  The message that is expanded is replaced by the
		 header used to forward the message, or if it is a digest, by the table of contents.  The command then places the  extracted  mes-
		 sages	immediately after this, and re-numbers the rest of the messages in the folder to make room for them.  The original message
		 or digest is not saved.

		 If -noinplace is given, the original message or digest is preserved.  The messages which extracts are placed at the  end  of  the
		 folder.  Other messages are not re-numbered.  This is the default behavior.

       -quiet
       -noquiet  Directs  to  be  silent  about  reporting  messages  that are not in digest format.  Normally, an error message is printed if you
		 attempt to use on a message which does not contain encapsulated messages.

       -verbose
       -noverbose
		 Reports the general actions that is taking to explode the digest.

       The default settings for this command are:

	      +folder defaults to the current folder
	      msgs defaults to the current message
	      -noinplace
	      -noquiet
	      -noverbose

Restrictions
       The program enforces a limit on the number of messages which may be expanded from a single message.  This number is  about  1000  messages.
       However, there is usually no limit on the number of messages which may reside in the folder after the messages have been expanded.

       The command only works on messages that have been encapsulated according to the guidelines laid down by the proposed standard RFC 934.  The
       encapsulated message is considered to start after encounters a line of dashes.  If you attempt to use on a message that has not been encap-
       sulated	according  to RFC 934, the results may be unpredictable.  For example, may find an encapsulation boundary prematurely, and split a
       single encapsulated message into two or more messages.

       Any text which appears after the last encapsulated message is not placed in a separate message by When the -inplace option  is  used,  this
       trailing information is lost.  Text which appears before the first encapsulated message is not lost.

Profile Components
       Path:	      To determine your Mail directory

       Msg-Protect:   To set file protection when creating a new message

Files
       The user profile.

See Also
       forw(1mh), inc(1mh), msh(1mh), packf(1mh)
       Proposed Standard for Message Encapsulation (RFC 934)

																	burst(1mh)
All times are GMT -4. The time now is 03:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy