DOKK / manpages / debian 10 / blazeblogger / blaze-remove.1.en
BLAZE-REMOVE(1) BlazeBlogger Documentation BLAZE-REMOVE(1)

blaze-remove - removes a post or page from the BlazeBlogger repository

blaze-remove [-fipqPV] [-b directory] id...

blaze-remove -h|-v

blaze-remove removes a blog post or a page with the specified id from the BlazeBlogger repository.

Allows you to specify a directory in which the BlazeBlogger repository is placed. The default option is a current working directory.
Tells blaze-remove to remove a page or pages.
Tells blaze-remove to remove a blog post or blog posts. This is the default option.
Disables requiring manual confirmation of each blog post or page removal. This is the default option.
Enables requiring manual confirmation of each blog post or page removal.
Disables displaying of unnecessary messages.
Enables displaying of all messages. This is the default option.
Displays usage information and exits.
Displays version information and exits.

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.

blaze-config(1), blaze-add(1), blaze-list(1)

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 (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.

2012-03-05 Version 1.2.0