Search Results

Search: Posts Made By: farneville
4,510
Posted By farneville
Thanks upper part of code works.. Second part...
Thanks upper part of code works..
Second part not working though..

can you explain what the code does?

ls -l |awk '/^d/ {print $NF}' |while read LINE
4,510
Posted By farneville
Dude Thanks for your time looking into this ...
Dude Thanks for your time looking into this

I tried the first part of the script and got some issues:


#!/bin/bash

find . -name "*.rar" |while read LINE
do
folder=${LINE%%.*}
mkdir...
4,510
Posted By farneville
Help with rar
Hi UNIX experts,

I am stuck on a task due to ignorance with bash and all those commands.
I have thousand of split archive files on a folder called downloads

Each file is named as below:
...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 04:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy