Unix and Linux Discussions Tagged with post |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
8,384 |
What is on Your Mind? |
|
|
|
5 |
8,333 |
What is on Your Mind? |
|
|
|
5 |
2,904 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
10,884 |
Web Development |
|
|
|
4 |
8,595 |
Web Development |
|
|
|
3 |
7,891 |
Web Development |
|
|
|
21 |
8,810 |
What is on Your Mind? |
|
|
|
0 |
10,022 |
Web Development |
|
|
|
6 |
4,145 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
7,954 |
What is on Your Mind? |
|
|
|
10 |
4,086 |
Shell Programming and Scripting |
|
|
|
17 |
15,945 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
11,493 |
Shell Programming and Scripting |
|
|
|
5 |
421,368 |
Shell Programming and Scripting |
|
|
|
0 |
5,196 |
Shell Programming and Scripting |
|
|
|
0 |
5,610 |
Shell Programming and Scripting |
|
|
|
0 |
2,401 |
Shell Programming and Scripting |
|
|
|
1 |
3,970 |
Shell Programming and Scripting |
|
|
|
9 |
7,934 |
What is on Your Mind? |
|
|
|
3 |
2,915 |
What is on Your Mind? |
|
|
|
2 |
5,157 |
BSD |
|
|
|
1 |
9,146 |
Shell Programming and Scripting |
|
|
|
1 |
5,994 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
7 |
5,890 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,774 |
Cartoons for Geeks |
|
|
|
16 |
9,205 |
What is on Your Mind? |
|
|
|
17 |
14,211 |
Web Development |
|
|
|
0 |
13,618 |
Shell Programming and Scripting |
|
|
|
4 |
22,309 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,006 |
OS X Support RSS |
|
|
|
2 |
9,753 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
0 |
1,178 |
Software Releases - RSS News |
|
|
|
0 |
2,781 |
Cartoons for Geeks |
|
|
|
2 |
1,951 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,855 |
Shell Programming and Scripting |
|
|
|
5 |
2,931 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
0 |
2,079 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
2 |
10,275 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
4,391 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
1 |
13,091 |
Forum Support Area for Unregistered Users & Account Problems |
BLAZE-REMOVE(1) BlazeBlogger Documentation BLAZE-REMOVE(1)
NAME
blaze-remove - removes a post or page from the BlazeBlogger repository
SYNOPSIS
blaze-remove [-fipqPV] [-b directory] id...
blaze-remove -h|-v
DESCRIPTION
blaze-remove removes a blog post or a page with the specified id from the BlazeBlogger repository.
OPTIONS
-b directory, --blogdir directory
Allows you to specify a directory in which the BlazeBlogger repository is placed. The default option is a current working directory.
-p, --page, --pages
Tells blaze-remove to remove a page or pages.
-P, --post, --posts
Tells blaze-remove to remove a blog post or blog posts. This is the default option.
-f, --force
Disables requiring manual confirmation of each blog post or page removal. This is the default option.
-i, --interactive
Enables requiring manual confirmation of each blog post or page removal.
-q, --quiet
Disables displaying of unnecessary messages.
-V, --verbose
Enables displaying of all messages. This is the default option.
-h, --help
Displays usage information and exits.
-v, --version
Displays version information and exits.
EXAMPLE USAGE
Remove a blog post:
~]$ blaze-remove 10
Successfully removed the post with ID 10.
Remove a page:
~]$ blaze-remove -p 4
Successfully removed the page with ID 4.
Remove multiple blog posts:
~]$ blaze-remove 10 4 6
Successfully removed the post with ID 10, 4 and 6.
Remove multiple blog posts safely:
~]$ blaze-remove -i 10 4 6
Remove the post with ID 10 titled `Debian and Fedora Packages'? y
Remove the post with ID 4 titled `BlazeBlogger 0.8.0 RC2'? y
Remove the post with ID 6 titled `BlazeBlogger 0.8.1'? y
Successfully removed the post with ID 10, 4 and 6.
SEE ALSO
blaze-config(1), blaze-add(1), blaze-list(1)
BUGS
To report a bug or to send a patch, please, add a new issue to the bug tracker at <http://code.google.com/p/blazeblogger/issues/>, or visit
the discussion group at <http://groups.google.com/group/blazeblogger/>.
COPYRIGHT
Copyright (C) 2008-2011 Jaromir Hradilek
This program is free software; see the source for copying conditions. It is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Version 1.2.0 2012-03-05 BLAZE-REMOVE(1)