Search Results

Search: Posts Made By: cgreddy2020
1,880
Posted By cgreddy2020
Thx ! its working could you please expalin why...
Thx ! its working
could you please expalin why do we need


2>/dev/null


and this logic
file2="${file1}.sort"
echo "Sorting ${file1} into ${file2}"
sort < "${file1}" > "${file2}"
1,880
Posted By cgreddy2020
ths era while executing this script i got...
ths era

while executing this script i got this error

for f in *.020908*; do
case $f in *.sort) continue ;; esac
sort "$file" >"$file".sort
done

Cannot open %s
1,880
Posted By cgreddy2020
Need some help for sorting files
I am new to shell scripting
can u guys please provide a small script for the following senario

step1:need to find some files in a directory for ex having 020908
step2:sort them and redirecting...
4,039
Posted By cgreddy2020
reply plz........
reply plz........
4,039
Posted By cgreddy2020
need unix script for sorting
Hi All,
I am new to unix,please help me on the following its urgent
I have 2 question

1 question

I need a script for following senario

I have get some files in directory by using grep ...
Showing results 1 to 5 of 5

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