Search Results

Search: Posts Made By: clicstic
4,298
Posted By ctsgnb
sed 's/<[^>]*>//g' yourfile.html | uniq...
sed 's/<[^>]*>//g' yourfile.html | uniq >newfile.txt
690
Posted By itkamaraj
echo "Enter your name" read name echo "Your...
echo "Enter your name"
read name
echo "Your Name is $name" > file_name #redirect your output to the file
echo "Your Name is $name" # to display the contents in terminal
Showing results 1 to 2 of 2

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