Search Results

Search: Posts Made By: guptam
3,620
Posted By Ygor
Perhaps try the split command.
Perhaps try the split command.
2,621
Posted By jayan_jay
@ guptam, If a directory named dir3 is...
@ guptam,

If a directory named dir3 is already exists, then xargs will move that 26 files to that directory ..

If dir3 not exists, then shell will treat that has a file instead of...
2,621
Posted By methyl
This is interesting. The first command fails if...
This is interesting. The first command fails if the directory /dir1/dir2/dir3 does not exist. The second command creates a file under /dir1/dir2 called dir3 if /dir1/dir2 exists but /dir1/dir2/dir3...
1,021
Posted By Scrutinizer
The strange thing is ${16} is not valid awk...
The strange thing is ${16} is not valid awk syntax, it should be $16
862
Posted By munkeHoller
sort needs somewhere to create work file(s) used...
sort needs somewhere to create work file(s) used during its processing, these are usually in /tmp or $TMPDIR, but the option is given to the user to select a 'scratch' area .... so, its optional
Showing results 1 to 5 of 5

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