Search Results

Search: Posts Made By: yamirokuay
9,737
Posted By yamirokuay
thanks so much!!! the script works exelent!!! :D
thanks so much!!! the script works exelent!!! :D
9,737
Posted By yamirokuay
I edit the file to show you how I need it to be. ...
I edit the file to show you how I need it to be.

$ od -c temperatura.txt
0000000 6 4
0000002

thanks!!!
9,737
Posted By yamirokuay
The code works, but the spaces weren't deleted. ...
The code works, but the spaces weren't deleted.
curl -s "$URL" | awk '/TEMPERATURA:/{gsub(/<[^>]*>/,x);print $2}' > temperatura.tx
If you open the file (temperatura.txt) with nano, you can see the...
9,737
Posted By yamirokuay
temperature(space) (space) ...
temperature(space)
(space)
---------------------------------------------------------------------------------------------
I need to delete the spaces are marked. Thanks for replying
9,737
Posted By yamirokuay
Shell script for weather / forecast
#!/bin/sh
#Argentina Only :s
# This script requires curl and iconv, iconv is because they do not use Weather Service utf-8 ¬¬
# 87938 = Ushuaia
# 87934 = Rio Grande
# 87418 = Mendoza
# 87582 =...
1,512
Posted By yamirokuay
No puedo borrar un renglon
#!/bin/sh
# Solo para Argentina :s
# License: Sisterware
# este script necesita curl e iconv, iconv es porque los del servicio meteorologico no usan utf-8 ¬¬
# 87938 = Ushuaia
# 87934 = Rio...
Showing results 1 to 6 of 6

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