basic

  1. Z

    Display file names and size

    Hello I'm new here and I don't know how this forum works, so if I make a mistake please excuse me. I've got a task to display the files and the subfolders names of a directory and the size of each one in descending order. The commands that I tried are 'ls -sh', this does what I want but it...
  2. H

    [SOLVED] How to put a file into multiple directories

    Hello. I'm new to linux and forums alike. I've been doing linux basics. I have a question I'm creating 12 folder with Mkdir dir{1..12} Is it possible, on linux, to create a bunch of files that will be inserted into all those folders simultaneously? Touch file{1..12} dir{1..12} doesn't seem to...
Top