How? list all files recursively in your home directory which have extension .js and size at least 2k, or extension .py and size at most 5k

🎲 Try a Random Question  |  Total Questions in Quiz: 322  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Bash Basics Questions — practice the complete quiz, review flashcards, or try a random question.

Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell.

Bash or Shell is a command line tool that is used in open science to efficiently manipulate files and directories.

The name bash is an acronym of "Bourne-again SHell" which is a pun on Stephen Bourne, author of the Bourne shell. Bash is a superset of the earlier shell, and generally compatible with Bourne shell programs.
 


1. How? list all files recursively in your home directory which have extension .js and size at least 2k, or extension .py and size at most 5k