Search Results

Search: Posts Made By: ferrycorsten73
6,320
Posted By ferrycorsten73
works fine, thanks very much!
works fine, thanks very much!
6,320
Posted By ferrycorsten73
tr | letters to symbol, bash scripting
hi Im trying to make the 'response' return the answer in the form of a dash (-) rather than the actuall letters of a given word typed in, this is what i have tried, but im not getting the dashes come...
1,820
Posted By ferrycorsten73
yep, thanks i did notice the basic error there,...
yep, thanks i did notice the basic error there, (lack of sleep!)
1,820
Posted By ferrycorsten73
help with quick syntax error
Here is my script so far, when i run it i get the message:
cut: option requires an argument -- 'd'
not sure how to solve it. can anyone help?

#!/bin/bash
for user in $(who | cut -f1 -d'' |sort...
2,539
Posted By ferrycorsten73
whats wrong with this?
can anyone tell me why this code doesn't work how its supposed to, its the hangman game but it doesn't play how its supposed to

#!/bin/bash
NoAttempts="0"
livesgiven="5"
LivesRemain=$livesgiven...
9,282
Posted By ferrycorsten73
ok, il take a look, thankyou
ok, il take a look, thankyou
9,282
Posted By ferrycorsten73
ok sorry that we got off to a bad start, i...
ok sorry that we got off to a bad start, i understand most of the code, but in bash terms the middle bit is confusing, not sure what its trying to say, is it trying to define the categories of the...
9,282
Posted By ferrycorsten73
so what if it is? nobody is born a genius I am...
so what if it is? nobody is born a genius I am working on it myself but a little help won't harm!
6,081
Posted By ferrycorsten73
If you dont want to then fine, but cut the...
If you dont want to then fine, but cut the attitude was only asking for help
9,282
Posted By ferrycorsten73
Pseudo code or description
hi I need a Pseudo code or a description of what a program is saying from this spec and code:
Just so i can understand how this solution was achieved, thanks

here is the spec:

Specifications...
6,081
Posted By ferrycorsten73
***convert from perl to bash***
can any body translate the follwing script into one that works in bash?

#!/usr/bin/perl
# classify_books.pl
my $csv_file = shift;
my %categories = ( 'childrens' => 'childrens_books.txt',
...
Showing results 1 to 11 of 11

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