Search Results

Search: Posts Made By: JamieMurry
1,417
Posted By JamieMurry
replacing all occurances
How would i replace all occurreneces of Tim(ignoring the case) with Timithoy in the file "file1" and then save it to "newfile"
1,816
Posted By JamieMurry
spliting a file
how would i split the file "file1" into smaller files containg lines of 15
3,993
Posted By JamieMurry
mail exit
which command in mail will not remove deleted messages from my mailbox when i exit?
5,381
Posted By JamieMurry
accept user input?
how would i accept user input from the keyboard?
3,017
Posted By JamieMurry
running script with korn shell
How would i instruct the current shell to run the current script using the korn shell?
1,720
Posted By JamieMurry
alias question
how would i turn alias off all together?
1,970
Posted By JamieMurry
get the normal time
i have this script
#!/bin/sh
for i in Europe/Dublin Europe/Berlin US/Eastern US/Central US/Mountain US/Pacific
do
export TZ=$i
case $1 in
"") echo "`date` $i";;
*) echo...
4,324
Posted By JamieMurry
I keep getting " it is definate". How would ...
I keep getting " it is definate". How would ichange it so all the answers have the chance to appear
4,324
Posted By JamieMurry
i get a file does not exist and it always comes...
i get a file does not exist and it always comes up with the same one answer
11,460
Posted By JamieMurry
i want it to prefrom the countdown on screen....
i want it to prefrom the countdown on screen. Like go from one number to the other
11,460
Posted By JamieMurry
countdown in unix?
is there a script to preform a countdown from 10 seconds to 0?
4,324
Posted By JamieMurry
magic 8ball
when i use this code for the script of the magic 8ball, i get an error message and it always displays the sam answer. What am i doing wrong or what am i missing thanks

#!/bin/sh
#< Magic eight...
6,701
Posted By JamieMurry
like a slideshow of numbers 1-10
like a slideshow of numbers 1-10
6,701
Posted By JamieMurry
Let me make myself more clear. i want it to...
Let me make myself more clear.
i want it to pop up one number at a time
then erase that number and go to the next
6,701
Posted By JamieMurry
I want it to display the numbers while it counts
I want it to display the numbers while it counts
6,701
Posted By JamieMurry
i get a blank screen
i get a blank screen
Forum: What is on Your Mind? 04-15-2009
12,071
Posted By JamieMurry
fun scripts
Lets get a list of everyones funny scripts
6,701
Posted By JamieMurry
count=0 while test $count -lt 10 do #do...
count=0
while test $count -lt 10
do
#do something for 0,1,2...9
count=$(($count+1))
done
6,701
Posted By JamieMurry
counting in unix
my script:
count=0while test $count -lt 10do#do something for 0,1,2...9 count=$(($count+1))doneIt doesnt work. Can anyone tell me what im doing wrong?? thanks
5,801
Posted By JamieMurry
games in unix?
I was wondering if anyone had a script file for a game or a puzzle in a script file? Or something fun, like a quiz
2,797
Posted By JamieMurry
using wc in a script
does anyone have an example of a script where you choose a file and it word counts it?

thanks
1,378
Posted By JamieMurry
redirecting with lines number
Is there a command for this?
3,434
Posted By JamieMurry
I have 2 main directories i work with. I was just...
I have 2 main directories i work with. I was just wondering if there was a shortcut to go down a directory.
3,434
Posted By JamieMurry
Thanks. Is there any command I could use just to...
Thanks. Is there any command I could use just to go down a directory?
7,826
Posted By JamieMurry
bringing a process to the foreground
If i have a single file i would just press fg but if i have multiple files running in the backgound and want to bring a specific one to the foreground how would i do that? Thanks!!
Showing results 1 to 25 of 29

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