Sponsored Content
Full Discussion: Polls: Change vote
Contact Us Post Here to Contact Site Administrators and Moderators Polls: Change vote Post 302331807 by Neo on Tuesday 7th of July 2009 08:32:43 AM
Old 07-07-2009
Quote:
Originally Posted by pludi
Too bad, since this is apparently the only mod for this functionality (at least as far as the search on the site goes). I'll try finding something else, or, failing that, try to alter that mod to separate vote changing from the write-in module.
Great! Thanks!
 

2 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Please Vote for New Forum Skin

Hi. Please visit this site, look at the different forum skins for sale and vote for a new default look for the UNIX forums. http://www.vbforumskins.com/skins.php Thanks so much. -Neo (11 Replies)
Discussion started by: Neo
11 Replies

2. News, Links, Events and Announcements

Vote for your favorite POSIX Platform

The Austin Group is running a poll on the favorite POSIX platform implementation. See http://www.opengroup.org/austin/ (0 Replies)
Discussion started by: jj25
0 Replies
touch(1B)					     SunOS/BSD Compatibility Package Commands						 touch(1B)

NAME
touch - change file access and modification times SYNOPSIS
/usr/ucb/touch [-acfm] file... DESCRIPTION
touch sets the access and modification times of each file to the current time. file is created if it does not already exist. OPTIONS
-a Change the access time of file. Do not change the modification time unless -m is also specified. -c Do not create file if it does not exist. -f Attempt to force the touch in spite of read and write permissions on file. -m Change the modification time of file. Do not change the access time unless -a is also specified. USAGE
See largefile(5) for the description of the behavior of touch when encountering files greater than or equal to 2 Gbyte ( 2**31 bytes). EXIT STATUS
The following exit values are returned: 0 touch executed successfully and all requested changes were made. >0 An error occurred. touch returns the number of files for which the times could not be successfully modified. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWscpu | +-----------------------------+-----------------------------+ SEE ALSO
touch(1), attributes(5), largefile(5) SunOS 5.10 26 Oct 1995 touch(1B)
All times are GMT -4. The time now is 09:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy