Search Results

Search: Posts Made By: DHeisenberg
10,182
Posted By DHeisenberg
Move only folders and skipping files
How do I move all folders and its contents from a directory A to another directory B, skipping all files in Directory A ?

---------- Post updated at 12:53 PM ---------- Previous update was at...
7,590
Posted By DHeisenberg
Hi Don Cragon, Thanks for the information about...
Hi Don Cragon,
Thanks for the information about LINE_MAX. Wasn't aware of it. However, I would need a simpler method to solve this problem.

Hi drl,
Will check that perl version of sort.
797
Posted By DHeisenberg
The below code will print all the lines...
The below code will print all the lines containing the required pattern,

awk '/S[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]B/{print}' file.txt

Ex:
file.txt
abcS12345678B hidi
ghdgh S87654321B...
1,653
Posted By DHeisenberg
Hi mahi_mayu069, Firstly, the csv file you...
Hi mahi_mayu069,

Firstly, the csv file you have provided in the zip file is different from what you have provided later in your #7 post. The content in the zip file doesn't look like a csv since...
2,337
Posted By DHeisenberg
Hi reldb, I can quickly give you an algorithm...
Hi reldb,
I can quickly give you an algorithm to this. Just convert it into unix code and make use of grep command for searching patterns.
create two temporary files file1.txt and file2.txt...
7,590
Posted By DHeisenberg
Warning while sorting : A newline character was added to the end of file
Hi,

I am trying to sort a csv file which has say 10 lines each line having a row size that is upto 30183 no. of COLUMNS (Row length = 30183). There is a LINE FEED (LF) at the end of each line....
Showing results 1 to 6 of 6

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