Skip to content

Commit

Permalink
Remove from tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
simosathan9 committed Aug 28, 2024
1 parent d36b569 commit 2135502
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions views/tutorials.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -181,21 +181,7 @@
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq7" class="collapsed question">Extracting Specific Columns from a File and Saving to a New File<i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq7" class="collapse" data-bs-parent=".faq-list">
<p>
Extract columns 1 and 3 from a CSV file and save the output to a new file.
</p>
<div class="image-container">
<img src="img/extract_columns.png" alt="Blockly Unix" class="img-fluid" style="width: 700px; height: auto;">
</div>
<p>
The corresponding Unix command for this task is: <strong>sed 's/oldtext/newtext/g' file.txt | sort | uniq -c | sort -r -n</strong>
</p>
</div>
</li>
</ul>
</ul>

</div>
</section>
Expand Down

0 comments on commit 2135502

Please sign in to comment.