Search Results

Search: Posts Made By: badan
5,633
Posted By badan
Invocation: sh script.sh /path/to/directory. ...
Invocation:
sh script.sh /path/to/directory.
Change NOEXTDIR to the default directory for files without extension.
#!/bin/bash
NOEXTDIR=default
cd $1
mkdir $NOEXTDIR
# moving files with...
10,711
Posted By badan
badan@debian:/$ cat /tmp/data x,1 y,2 z,3 ...
badan@debian:/$ cat /tmp/data
x,1
y,2
z,3

badan@debian:/$ cat /tmp/data | cut -d, -f1
x
y
z
Showing results 1 to 2 of 2

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