Search Results

Search: Posts Made By: shadow.wodahs
3,381
Posted By shadow.wodahs
Hey bro' may be i should take a course but i...
Hey bro' may be i should take a course but i rather try by myself thanks for your time, by the way i don't know why the line
echo "number entered" "$ticket"
didn't show up i did have it anyhow i...
3,381
Posted By shadow.wodahs
The way i run this is from...
The way i run this is from /home/ubu/Desktop/jobs,
./ticket.sh is exec, permissions chmod 777 as a root
thanks for the Help
#looking for a ticket
clear
echo "Ticket #:"
read $ticket
grep -l...
3,381
Posted By shadow.wodahs
I remove echo like Chubler_XL...
I remove echo like Chubler_XL (https://www.unix.com/members/302085178.html) said same output is given.
grep -l "$ticket" /home/ubu/Desktop/jobs/*.txt
Ticket #:
7932...
3,381
Posted By shadow.wodahs
#looking for a ticket clear echo "Ticket #:"...
#looking for a ticket
clear
echo "Ticket #:"
read ticket
echo "number entered" "$ticket"
echo grep -l "$ticket" /home/ubu/Desktop/jobs/*.txt

Please use code tags...
3,381
Posted By shadow.wodahs
Ticket #: 7932 ...
Ticket #:
7932
/home/ubu/Desktop/jobs/Holdup10.txt
/home/ubu/Desktop/jobs/Holdup11.txt
/home/ubu/Desktop/jobs/Holdup12.txt
/home/ubu/Desktop/jobs/Holdup13.txt...
3,381
Posted By shadow.wodahs
I did changed it to data it didn't make a...
I did changed it to data it didn't make a diference
3,381
Posted By shadow.wodahs
Ticket #: 7932...
Ticket #: 7932 /home/ubu/Desktop/jobs/Holdup10.txt /home/ubu/Desktop/jobs/Holdup11.txt /home/ubu/Desktop/jobs/Holdup12.txt /home/ubu/Desktop/jobs/Holdup13.txt /home/ubu/Desktop/jobs/Holdup14.txt...
3,381
Posted By shadow.wodahs
yes i did. Well it gives me the list of all text...
yes i did. Well it gives me the list of all text files in the folder but i just need the one name of the text file where ticket number i'm looking for is. so say i type 7932 and this number is in...
3,381
Posted By shadow.wodahs
Nope i'm justrying to learn some sripting and...
Nope i'm justrying to learn some sripting and this the first one i can use myself this is the code : #looking for a ticket clear echo "Ticket #:" read ticket echo "number entered" "$ticket" echo...
3,381
Posted By shadow.wodahs
My first script
I'm trying to get this script to work i'm close but there's some wrong any help is welcome. I have a bunch of text files in a directory which are a list of numbers i'm trying to get this script to...
Showing results 1 to 10 of 10

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