Search Results

Search: Posts Made By: Coolman24
54,331
Posted By Coolman24
Thanks. But is it possible to run the HTML file...
Thanks. But is it possible to run the HTML file in the background? Or just a JavaScript code?
54,331
Posted By Coolman24
Open HTML file
Hello,

Is it possible to run/open a HTML File from bash? I mean that when the HTML File contains an alert JavaScript code that then a message box will be shown?

Thanks!
53,043
Posted By Coolman24
Now I got it: var="Hello Bad World!" ...
Now I got it:


var="Hello Bad World!"
newvar=$var | sed 's/Bad//'
echo "$newvar"


But it just displays a blank line :(
53,043
Posted By Coolman24
Thanks. @anishkumarv That works. But I...
Thanks.

@anishkumarv

That works. But I cant use a String at "file"

@birei

That dont work if the string is "HelloBadWorld!"
Thanks anyway.
53,043
Posted By Coolman24
Remove text from String
Hello All,

I am new to Bash Programming, I just started a few days ago. OK now to my Question. I want to remove a text from a string. Example:


var="Hello Bad World!"
echo $var
Output: Hello...
Showing results 1 to 5 of 5

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