Search Results

Search: Posts Made By: comp8765
4,303
Posted By comp8765
I'm trying to teach myself scripting as I'm doing...
I'm trying to teach myself scripting as I'm doing it. I KNOW I'm probably not even close! :(

#!/bin/bash

for (( i = 1; i <= 10; i++ ))
do

linedata=`sed -n $i'p' ./exp.txt`...
4,303
Posted By comp8765
Parsing text file
I'm totally stumped with how to handle this huge text file I'm trying to deal with. I really need some help!
Here is what is looks like:...
Showing results 1 to 2 of 2

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