How Many hours on Computer?


View Poll Results: How many hours you spend on the Computer in a day?
9-12 Hours 11 57.89%
13-16 Hours 6 31.58%
17-20 Hours 1 5.26%
5-8 Hours 1 5.26%
1-4 Hours 0 0%
21-24 Hours 0 0%
Voters: 19. This poll is closed

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? How Many hours on Computer?
# 1  
Old 09-13-2009
How Many hours on Computer?

How many hours you spend on Computer in a day???
# 2  
Old 09-13-2009
That's good question and allows for endless discussions, not all of them illuminating. Can you create a poll with choices ranging from 0 to 24?
# 3  
Old 09-13-2009
Well, i created the poll too.
# 4  
Old 09-13-2009
Looks good, thanks
# 5  
Old 09-14-2009
Hi,

every minute I don't spend sleeping Smilie

Rgds
zxmaus
# 6  
Old 09-14-2009
Most of my waking day is spent on one computer or another, but usually not the same one for any extended period during work hours.
# 7  
Old 09-15-2009
Quote:
Originally Posted by zxmaus
Hi,

every minute I don't spend sleeping Smilie

Rgds
zxmaus
Smiliewow...that is 24 hours working!!!
i wonder when you sleep then??Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Get the no of hours between days

Hi, i have a date 1- 2013101511 date2 -2013101812 need toget the no of hours between them,can any one tellme the logic. (6 Replies)
Discussion started by: sandeep karna
6 Replies

2. Shell Programming and Scripting

Need help looking for missing hours.

I have a file that should cover a days worth of stats, at the beginning of each 15 minute report I have a unique header that looks like the below example. The "0000" and "0015" will change in the header line to show which 15 Minute interval the report is covering and of course from day to day the... (7 Replies)
Discussion started by: fsanchez
7 Replies

3. Shell Programming and Scripting

ps -ef |grep 24 hours

I need to grep PIDs older than 24 hours (1 day) or more. ps -ef |grep ??? Please advise. (10 Replies)
Discussion started by: Daniel Gate
10 Replies

4. AIX

cron off by 5 hours

stupid question im sure, but its frustrating My cron jobs are off by 5 hours. My system time is right but all of my cron jobs are running approximately 5 hours late. Any idea why? (4 Replies)
Discussion started by: mshilling
4 Replies

5. Shell Programming and Scripting

CurrentTime-4 hours

Hi, Good Afternoon! I am writing this script on "sh" and have Variables as below. #Time in hours ex: 09 JobTime=`echo $StartTime |awk '{print $2}'|cut -f1 -d':'` SystemHours=`date +%H` How can go 4 hours back for each variable in a day? Another Question? JobStat=`dsjob -report... (5 Replies)
Discussion started by: rajubollas
5 Replies

6. Shell Programming and Scripting

how to list files between last 6 hours to 3 hours

Hi Frens, I want to list some files from a directory, which contains "DONE" in their name, i am receiving files every minute. In this i want to list all the files which are newer than 6 hours but older than 3 hours, of current time i dont want my list to contain the latest files which are ... (4 Replies)
Discussion started by: Prat007
4 Replies

7. Solaris

How to define every 5 hours in Crontab

Hi Experts, I want to run a script which will move the files from particular directory to another backup directory After EVERY 5 hour. How can I put it in crontab- 5 hours!!! * * * * /home/movefilescritp.sh //purple (8 Replies)
Discussion started by: thepurple
8 Replies

8. Post Here to Contact Site Administrators and Moderators

Have we just had a rollback of a few hours?

Have we just had a rollback of a few hours? (1 Reply)
Discussion started by: porter
1 Replies

9. UNIX for Dummies Questions & Answers

Delete logs every 3 hours

Hi, I want to setup a cronjob that will delete logs every 2 hours. I have script that delete logs per day. but logging is too big and i want to run a conjob that will delete every 2 hours. this is my current command but it deletes on a per day basis. find . -name "*.log*" -o -name... (3 Replies)
Discussion started by: tungaw2004
3 Replies
Login or Register to Ask a Question