Sponsored Content
Top Forums UNIX for Beginners Questions & Answers How to create a summary file of all files in a directory sorted in reverse alphabetical order.? Post 302986648 by Braveheart on Monday 28th of November 2016 03:17:10 PM
Old 11-28-2016
re

encapsulated within the code block, nested. thanks
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

sort a file in reverse order

I a file with log entries... I want to sort it so that the last line in the file is first and the first line is last.. eg. Sample file 1 h a f 8 6 After sort should look like 6 8 f a h 1 (11 Replies)
Discussion started by: frustrated1
11 Replies

2. Shell Programming and Scripting

executing code on files in the sorted order -help!

Say i have 2 files in the giving format: file1 1 2 3 4 1 2 3 4 1 2 3 4 file2 1 2 3 4 1 2 3 4 1 2 3 4 I have a PERL code (loaned by one of u -i forgot who - thanks!) that extracts the 2nd column from each file and append horizontally to a new file: perl -ane 'push @{$L->}, $F; close... (1 Reply)
Discussion started by: epi8
1 Replies

3. Shell Programming and Scripting

alphabetical order with out using sort command

hai, how can i sort a file alphabetically without using sort command (6 Replies)
Discussion started by: rahul801
6 Replies

4. UNIX for Dummies Questions & Answers

How can I list the file under a directory both in alphabetical and in reverse alphabetical order?

How can I list the file under current directory both in alphabetical and in reverse alphabetical order? (1 Reply)
Discussion started by: g.ashok
1 Replies

5. Shell Programming and Scripting

Counts a number of unique word contained in the file and print them in alphabetical order

What should be the Shell script that counts a number of unique word contained in a file and print them in alphabetical order line by line? (7 Replies)
Discussion started by: proactiveaditya
7 Replies

6. Shell Programming and Scripting

sort the files based on timestamp and execute sorted files in order

Hi I have a requirement like below I need to sort the files based on the timestamp in the file name and run them in sorted order and then archive all the files which are one day old to temp directory My files looks like this PGABOLTXML1D_201108121235.xml... (1 Reply)
Discussion started by: saidutta123
1 Replies

7. Shell Programming and Scripting

[SHELL] Userlist alphabetical order

Hi everyone! I am new to the forum and have recently started working with Linux. Quick question, I want a user list in alphabetical order as the output of a shell script. Who can help me!? Thanks! From the netherlands ;) (5 Replies)
Discussion started by: dennisbest85
5 Replies

8. UNIX for Dummies Questions & Answers

Script to list applications in alphabetical order

I've looking over a script for work and I've had a problem with the script not listing the files in alphabetical order. To look up PIDs for apps, it would be beneficial to have them listed in that order. Here is what I've been reviewing. #!/usr/bin/perl $str = sprintf "%4s %-40s", "PID",... (7 Replies)
Discussion started by: whysolucky
7 Replies

9. Shell Programming and Scripting

Sorting lines between patterns in alphabetical order

Hi, need help in sorting lines between strings "<section status = “ole-service”>" and "</section>" in alphabetical order, based on the text in red. Hoping for an AWK or SED solution. Thank you. ... <section status = “ole-service”>... <p service = "OOO">XZZ</p> <p service = "AAA">AAA... (3 Replies)
Discussion started by: pioavi
3 Replies

10. Shell Programming and Scripting

Want to grep records in alphabetical order from a file and split into other files

Hi All, I have one file containing thousands of table names in single column. Now I want that file split into multiple files e.g one file containing table names starting from A, other containing all tables starting from B...and so on..till Z. I tried below but it did not work. for i in... (6 Replies)
Discussion started by: shekhar_4_u
6 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:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy