Search Results

Search: Posts Made By: jenimesh19
2,984
Posted By jenimesh19
grep with cut option??
This is my command-line code in my script,


passwd=`grep $passwd $userfile | cut -f2 -d: login_users > retrieve`
the

cut -f2 -d: login_users > retrieve
searches and prints the whole column...
3,162
Posted By jenimesh19
@rdcwayx when I used your correction to my...
@rdcwayx

when I used your correction to my script, it already went to the Invalid code.. blah blah.. then it terminated..But the username I entered is really in the login_users script..
what is...
1,318
Posted By jenimesh19
Where will i put the command "grep" in my script?...
Where will i put the command "grep" in my script?

THANKS! :o
3,802
Posted By jenimesh19
echo " PLEASE ENTER WORD TO SEARCH:" read...
echo " PLEASE ENTER WORD TO SEARCH:"
read 'word' # LIKE THIS?

find -name $word
echo
echo
find /-name $word 2>/dev/null

---------- Post updated at 05:00 AM ---------- Previous update was...
1,318
Posted By jenimesh19
WORD SEARCH - CHECK IF CORRECT!
Im currently working on a Script using PICO editor, the scripts purpose is :
When you typed a certain "word" and press enter, All directories, Script, and any other files that contain that "word"...
3,802
Posted By jenimesh19
So i must put there [Aa-Zz]?:D:o
So i must put there [Aa-Zz]?:D:o
3,802
Posted By jenimesh19
Word Search: Can you please check if this is correct. thanks!
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!

1. The problem statement, all variables and given/known data:
Im currently...
3,162
Posted By jenimesh19
Here is the sample output,, Password...
Here is the sample output,,

Password Recovery
=============================
Username: (for example I enter "jeni")
./forgotpass=. command not found

Then choose a question to...
3,162
Posted By jenimesh19
How to find text in files without using the word itself but the assigned variable of it
I'm having a problem how to find the specific word in a file without using the word itself as a search but using the assigned variable which is the $passwd.. what command should I use to find the...
2,196
Posted By jenimesh19
Password recovery in login script help
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!

1. The problem statement, all variables and given/known data:

Hi guys. My...
Showing results 1 to 10 of 10

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