All Questions
4 questions
1
vote
1
answer
328
views
Use GNU Parallel when file has a single (long) line
I have a file which is an HTML document, containing a <table> I want to extract data from and output into a csv.
This file has 544609657 characters, is about 545 megabytes, all in a single line.
...
0
votes
0
answers
56
views
how to pass a string with spaces as argument in shell script [duplicate]
Below is my code to which i'm trying to pass a 3 argument like "client name with datacenter" hostname ip
so, "client name with Datacenter" is the 1st argument
likewise hostname and ...
1
vote
2
answers
308
views
Manipulate Data in Linux
I have data in 1 file
example:
a1b1:online
xxxx:offline
wxyz:...
2
votes
1
answer
2k
views
How to recover a shell script I deleted from a specific folder in Debian 7?
So in a merry mood last night, I deleted an important shell script from my system. I mistook it for something else and figured it wasn't needed. I am trying to recover it.
I have tried 'scalpel' and '...