[FIXED] Output all column numbers for a particular character
Issue I have a matrix(about 10,000×10,000), and I want to find the column number that contains ‘0’. Matrix (test.txt) :…
Fixing errors with step by step instructions.
Issue I have a matrix(about 10,000×10,000), and I want to find the column number that contains ‘0’. Matrix (test.txt) :…
Issue I have a file which is having some specific words. I have another file having the URLs which contains…
Issue In Linux, I’m running the command pmap -x $PID | tail -n 1 This gives me a line like…
Issue I am trying to rearrange the rows in a csv based on the key given in 5th column of…
Issue I am trying to filter out content from a file but some-why it’s not working. My goal is to…
Issue hi all im trying to make this 2022-11-14 18:49:59 Indicator is < 3 1 No 2022-11-14 18:49:59 Indicator is…
Issue I have a text file: ifile.txt 1 4 22.0 3.3 2.3 2 2 34.1 5.4 2.3 3 2 33.0…
Issue I have a text file structured like this: [timestamp1] header with space [timestamp2] data1 [timestamp3] data2 [timestamp4] data3 [timestamp5]…
Issue I want that file : #ansible_python_interpreter=/usr/bin/python3 [win] #s1 192.168.1.148 #s2 to be like this : #ansible_python_interpreter=/usr/bin/python3 [win] #s1 127.0.0.1…
Issue I’m new to shell scripting and trying to figure out why my code won’t work. I am trying to…
Issue Apps-10.00.00R000-B1111_vm-1.0.3-x86_64.qcow2 is my string and the result I want is vm-1.0.3 What is the best way to do this…
Issue In csv files on Linux server, I have thousands of rows in below csv format 0,20221208195546466,9,200,Above as:2|RAN34f2fb:HAER:0|RAND8365b2bca763:FON:0|RANDa7a5f964900b:ION:0| I need…
Issue I have a log file with lines like : Insert request received from system 1 Modify request received from…
Issue (Almost exact duplicate of Keeping original format POST passing through AWK submitted by same person.) I have a simple…
Issue I need to find the position of a certain word in a text file I tried to do something…
Issue I have a file.txt file as in the following example: Part 1 Some texts #abc d#ae}gd1 l2#4. Part 2…
Issue I have a sequence file that has a repeated pattern that looks like this: $>g34 | effector probability: 0.6…
Issue I’m tring to parsing a file in Ubuntu. The file looks like that: — 13:21:11_09/11/22: Sync between <Repo Name>…
Issue I have a HTML PAGE which I have extracted in unix using wget command, in that after the word…
Issue I have a table like this: Var score 1 1.00 1 1.06 1 1.03 1 0.65 1 0.68 2…