Search Results

Search: Posts Made By: santod
1,339
Posted By santod
Ok, here is what I have so far, but I am still...
Ok, here is what I have so far, but I am still pretty lost I think.
I'm still very much new to Bash and Unix.


#!/bin/bash

n=1
while read curline; do
lasttasks[$n]=${curline}
...
1,339
Posted By santod
Yes, I completely understand that perspective. ...
Yes, I completely understand that perspective.
I am unfortunately currently stuck away from my main PC and am relying on mobile browsing to get this post out there, in hopes to have gotten some type...
1,339
Posted By santod
Making a tasklog script {SOLVED}
I am trying to create a program called tasklog that integrates with one of my online accounts, to keep track of what tasks I have been working on.
On login, I'd like it to display (up to) the five...
2,474
Posted By santod
Download using curl and redirect question_please help
Basically I am needing to Download (using curl) in the background some data from(link here), with stderr redirected to /dev/null, to a file named taxcode

I was doing this,
curl & http:// name...
Showing results 1 to 4 of 4

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