Sponsored Content
Full Discussion: Delete the posts
Homework and Emergencies Emergency UNIX and Linux Support Delete the posts Post 302903866 by Perderabo on Friday 30th of May 2014 07:39:19 AM
Old 05-30-2014
There is no way for you to delete you own posts. Your posts are mainly questions. And most of them got an expert answer. The resulting thread is now part of our permament knowledge base. Other people who have similar problems may find the thread and be able to solve their own problems. If we remove your questions, the thread become useless and we destroy the efforts of the experts who helped. They helped you with the expectation that they were in fact adding to our permanent knowledge base.

It is very possible that threads you want to destroy have been linked to other threads that asked similar questions. They become damaged too. Our staff would have a lot work removing the damage that your request would cause.

This is why we do not remove old posts.
These 5 Users Gave Thanks to Perderabo For This Post:
 

4 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

How do i delete threads/posts?

I cannot find the option anywhere when i click on "Edit". (2 Replies)
Discussion started by: johnthebaptist
2 Replies

2. Post Here to Contact Site Administrators and Moderators

Delete my Posts : urgent

Hi Moderator, Can you please help me delete my posts ? Post is closed now, not able to edit and delete it. https://www.unix.com/shell-programming-scripting/174783-script-give-plsql-procedure-output.html Regards, Amit (4 Replies)
Discussion started by: iamnoone
4 Replies

3. Shell Programming and Scripting

Script needed to delete to the list of files in a directory based on last created & delete them

Hi My directory structure is as below. dir1, dir2, dir3 I have the list of files to be deleted in the below path as below. /staging/retain_for_2years/Cleanup/log $ ls -lrt total 0 drwxr-xr-x 2 nobody nobody 256 Mar 01 16:15 01-MAR-2015_SPDBS2 drwxr-xr-x 2 root ... (2 Replies)
Discussion started by: prasadn
2 Replies

4. UNIX for Advanced & Expert Users

Rsync with --delete but do not delete peer dirs on target

rsync with --delete won't honor the delete if the source is something/*. I want the delete to work, but not to delete directories on the target that are peer to the intended directory. For example, using these source and target file structures: Source on desktop: ~/ Money/ ... (4 Replies)
Discussion started by: JavaMeister
4 Replies
ikiwiki-calendar(1)					      General Commands Manual					       ikiwiki-calendar(1)

NAME
ikiwiki-calendar - create calendar archive pages SYNOPSIS
ikiwiki-calendar [-f] your.setup [pagespec] [startyear [endyear]] DESCRIPTION
ikiwiki-calendar creates pages that use the ikiwiki/directive/calendar directive, allowing the archives to be browsed one month at a time, with calendar-based navigation. You must specify the setup file for your wiki. The pages will be created inside its srcdir, beneath the archivebase directory used by the calendar plugin (default "archives"). To control which pages are included on the calendars, a ikiwiki/PageSpec can be specified. The default is all pages, or the pages specified by the comments_pagespec setting in the config file. A pagespec can also be specified on the command line. To limit it to only posts in a blog, use something like "posts/* and !*/Discussion". It defaults to creating calendar pages for the current year. If you specify a year, it will create pages for that year. Specify a second year to create pages for a span of years. Existing pages will not be overwritten by this command by default. Use the -f switch to force it to overwrite any existing pages. CRONTAB
While this command only needs to be run once a year to update the archive pages for each new year, you are recommended to set up a cron job to run it daily, at midnight. Then it will also update the calendars to highlight the current day. An example crontab: 0 0 * * * ikiwiki-calendar ~/ikiwiki.setup 'posts/* and !*/Discussion' TEMPLATES
This command uses two templates to generate the pages, calendarmonth.tmpl and calendaryear.tmpl. AUTHOR
Joey Hess <joey@ikiwiki.info> ikiwiki-calendar(1)
All times are GMT -4. The time now is 05:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy