10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Hi,
I have a space delimited text file but I only want to change the first space to a tab and keep the rest of the spaces intact. How do I go about doing that? Thanks! (3 Replies)
Discussion started by: evelibertine
3 Replies
2. Shell Programming and Scripting
Dear All,
I am new here. Could anyone help to find a sed script for replace the third "," to " "?
input:
abc,def,ghi,jkl,mno,pqr,stu,vxz
output:
abc,def,ghi jkl,mno,pqr,stu,vxz
Many thanks.
Please use code tags next time for your code and data. (2 Replies)
Discussion started by: mimilaw
2 Replies
3. Shell Programming and Scripting
Hi All,
Sample records
2157 91128 -rw-r----- 1 arun1 staff 93315072 Aug 23 06:44 /home/arun/my own/file_name.txt
2157 91128 -rw-r----- 1 arun1 staff 93315072 Aug 23 06:44 /home/arun/myown/file name2.txt
i want to print only user name, user group, size, date time stamp, and... (5 Replies)
Discussion started by: Arunprasad
5 Replies
4. Red Hat
I need to find available disk space for /home.
$ df /home
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mahhh/VolGroup11-LogVol00
32281452 45028 26034172 15% /
$df /home |tail -1| awk '{print $4}'
15%
The above result shows the... (5 Replies)
Discussion started by: Anu_1
5 Replies
5. Shell Programming and Scripting
how to find a job which is writing a big file and eating up space? (3 Replies)
Discussion started by: rush2andy
3 Replies
6. Red Hat
Hello, I wanted to calculate free space in my unix file system. Here is my direction. I can use df -h command to get the below output.
Filesystem Size Used Avail Use% Mounted on
===================================================
/dev/vx/dsk/edcdg/data01vol
... (9 Replies)
Discussion started by: govindts
9 Replies
7. Shell Programming and Scripting
find . -type f | xargs cksum
this command is failing for the files which has a space in between them
any quick solution ? preferably one liner (2 Replies)
Discussion started by: reldb
2 Replies
8. Shell Programming and Scripting
A solaris server with SAMBA share folder. The PC users created many folders with space on it, I want to find them out, but not list its subfolders.
For example, I have below folders
Copy of ABC/efg/xy
sa/Test again/xyt
If I use command: find . -type d |grep " " I will list 6 folders, but... (2 Replies)
Discussion started by: rdcwayx
2 Replies
9. Shell Programming and Scripting
Hi Guys,
I want to find the free space of a particular directory,,
Regards,
Magesh (3 Replies)
Discussion started by: mac4rfree
3 Replies
10. UNIX for Dummies Questions & Answers
Hello,
Can anybody please tell me the command to find out the filesystem or a file which is consuming larger disk space sing i want to find out the file and want to compress it
please help me out
any help would be appreciated (6 Replies)
Discussion started by: lokeshpashine
6 Replies