Questions tagged [table]
The table tag has no summary.
72 questions
0
votes
1
answer
597
views
How do I get the physical address of the page table?
I was trying to get the physical address of the page table itself, but kept failing.
The last option I'm going to try, is to modify the kernel code and simply print out the physical address whenever ...
-2
votes
1
answer
664
views
Template for formatting output as a dynamic table in bash
I have a created a simple script which is using the ps aux command to give information for a process entered by a user, and presents the output in a table like format (something like the mysql shell ...
1
vote
3
answers
639
views
How to filter a table using awk
I was wondering how to filter a table with several columns based on a specific value in each of the columns of interest.
I have this example here:
Chr1 16644 0 0 1 1
...
0
votes
1
answer
3k
views
Converting data in text file to csv tables
My data in a text file have the below format today
HKL1234/2, R1B
HKL1274/2, R4E
HREF457-74, R1A
I need to present this data in excel file in two different columns like below:
Product ...
0
votes
1
answer
89
views
Do shells have a command equivalent of the "|" pipe symbol? I need something like that in Emacs org-mode tables
I like to construct commands which use the | pipe symbol in org tables and | symbol messes them up. Do bash et al have a text command that is the equivalent of the symbol?
Are there alternative ways ...
1
vote
4
answers
404
views
How do I use sed to print only a specific "table" in a text report file? [duplicate]
In a report file generated from Quartus, there are multiple "tables" like the following:
+---------------------+
; Section1 Title ;
+---------------------+
Miscellaneous text
+---------...
1
vote
3
answers
761
views
How to find first occurrence of string in log file, set T/F value as variable, and record changes that occur
I'm not sure how to title this, but here's what I've got:
A file with text like:
[10:03:43] 10:03:35 22JUN22 ConUP CW1B1 T CW1B3 T CW1B5 T CW1B7 T
[10:03:44] ...
0
votes
1
answer
134
views
How to use one table (ods) file as a base for another table file?
I have an accounting ledger table (.ods) file which should be the base for other table files.
This table file should be the base for other table files such as:
2023.ods
2024.ods
2025.ods
These are ...
-3
votes
3
answers
13k
views
How to transform bash output to bash table [closed]
My output after running a program in bash looks like this (two rows, : limiter, four columns of data)
#003:BMW:11:36
#004:Audi:2:35
I would like to convert that to a bash table like this
Number
Car
ID
...
0
votes
1
answer
644
views
Sorting a table with a non-newline record separator in bash
I have a table that looks like
'a;b;f|d;e;c|g;h'
which I wish to sort by the third column. The output should be
'g;h|d;e;c|a;b;f'
If I were to use the standard delimiters whitespace and newline then ...
0
votes
1
answer
52
views
Pasting files and concatating files together
I have various years and months of data for numerous site locations. I have computed the average for all months for each needed year. Each Month/Year has its own its own file. Not all sites have data ...
0
votes
1
answer
186
views
Transpose large table
guys
I am sorry if this has been asked before, but I will give it a try.
I have a table (tab delimited text file) that is formatted like this
Species1 Species2 Species3
Gene 1 Value ...
0
votes
1
answer
951
views
shell: combining several tables [duplicate]
Within same workdir I have several 2 column tables (with | separators between the columns) containing the same number of lines and share the order within the first column . Here is an example for two ...
-1
votes
2
answers
1k
views
Awk to convert TSV table into grid table [closed]
I want to convert a text table with tab as delimiter
(i.e., basically a TSV file)
to a grid table with lines on all borders (inside and outside)
and text wrapping.
The below is the input
TrackId ...
1
vote
2
answers
210
views
Merge rows using common values in any column
I have a tab-delimited file like shown below, and would like to merge the rows based on matches in any of the columns. The number of columns are usually 2, but could vary in some cases and be 3.
...