Search Results

Search: Posts Made By: paladyn_2002
4,441
Posted By paladyn_2002
Server side scripting
I have my webpage hosted on one unix server, and using the command <!--#exec cmd="./nUsers.sh"--> it calls the appropriate script to tell me how many people are on the unix server at that time. I...
35,299
Posted By paladyn_2002
Simple arithmetic operation
I have no idea why I can't get this to work, if anybody can help i would appreciate it.

#!/bin/bash
x=`cat counter.txt | wc -l`
y= '$x / 7'
printf "%d People have visited this page" $y
...
1,901
Posted By paladyn_2002
history script
Does anyone know what the history script looks like. I need to write a similar script that would read my own history file and only extract the last X number of lines I ask it to. Any help would be...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 03:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy