Search Results

Search: Posts Made By: Schubi
1,835
Posted By Schubi
Thanks for all the help and explanation! Much...
Thanks for all the help and explanation! Much appreciated!
1,835
Posted By Schubi
Unfortunately I'm forced to do this on OSX...
Unfortunately I'm forced to do this on OSX Mavericks 10.9 and it looks like the -i option in sed is handled differently - also discussed in this thread: ...
1,835
Posted By Schubi
Thanks for your quick reply. Backups are in...
Thanks for your quick reply. Backups are in place. When I run the command I get:

sed: -e: No such file or directory
sed: -e: No such file or directory
sed: -e: No such file or directory
...
1,835
Posted By Schubi
Replacing end of line characters
Hello,

I'm looking for some help in renaming data-timestamps stored within different calendar directories/files.

The calendar directory has hundreds of ICS files:
...
2,130
Posted By Schubi
When adding the following into the script: ...
When adding the following into the script:
##### Adding specific ICAL data
awk 'NR == 4 {$0 = "BEGIN:VTIMEZONE\n" $0} 1' $TEMPFILE
awk 'NR == 5 {$0 = "TZID:Asia/Singapore\n" $0} 1' $TEMPFILE
...
2,130
Posted By Schubi
Inserting text into a file with awk or sed
Hello,

I've been trying to get a script working that fetches weather-data and converts it into an .ics file. The script works so far put I'm stuck at the point where I need to add specific static...
Showing results 1 to 6 of 6

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